Html Css Color HEX #12030F Melanzane

📋 copy color: '#12030F'

red 18 ◦ green 3 ◦ blue 15

#12030F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #12030F

Tints of Melanzane #12030F

RGB

 RED value IS 18 (7.42% from 255) = 50%

 GREEN value IS 3 (1.56% from 255) = 8.33%

 BLUE value IS 15 (6.25% from 255) = 41.67%

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.93

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12030F (or 0x12030F) is known color: Melanzane. HEX triplet: 12, 03 and 0F. RGB value is (18,3,15). Sum of RGB (Red+Green+Blue) = 18+3+15=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030F is #EDFCF0. Grayscale: #080808. Windows color (decimal): -15596785 or 983826. OLE color: 983826.

HSL color Cylindrical-coordinate representation of color #12030F: hue angle of 312º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12030F is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 3 15 -
CMYK 0 0.83 0.17 0.93
HSL 312º 0.71% 0.04% -
HSV(B) 312º 0.83% 0.07% -
XYZ 0.37 0.23 0.48 -
YUV 8.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 18 3 15 0 0.83 0.17 0.93 312 0.71 0.04
Hex 12 3 F 0 53 11 5D 138 47 4
Octal 22 3 17 0 123 21 135 470 107 4
Binary 10010 11 1111 0 1010011 10001 1011101 100111000 1000111 100

Color Harmonies of #12030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12030F

Black with #12030F

Text Example


Text Example

White with #12030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12030F; }

 p { color: rgb(18,3,15); }

 H1.HeaderClassName
 {
   color: #12030F;
 }
 .AnyTagClassName
 {
   color: #12030F;
 }
</style>

background-color css

<style>
 a { background-color: #12030F; }

 a { background-color: rgb(18,3,15); }

 div.DivClassName
 {
   background-color: #12030F;
 }
 .BgClassName
 {
   background-color: #12030F;
 }
</style>

border-color css

<style>
 span { border-color: #12030F; }

 span { border-color: rgb(18,3,15); }

 td.TdClassName
 {
   border-color: #12030F;
 }
 .TagClassName
 {
   border-color: #12030F;
 }
</style>