Html Css Color HEX #12080F Melanzane

📋 copy color: '#12080F'

red 18 ◦ green 8 ◦ blue 15

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

Shades of Melanzane #12080F

Tints of Melanzane #12080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

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

R = 43.9%
G = 19.51%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12080F (or 0x12080F) is known color: Melanzane. HEX triplet: 12, 08 and 0F. RGB value is (18,8,15). Sum of RGB (Red+Green+Blue) = 18+8+15=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #12080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080F is #EDF7F0. Grayscale: #0B0B0B. Windows color (decimal): -15595505 or 985106. OLE color: 985106.

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

Color convert

RGB 18 8 15 -
CMYK 0 0.56 0.17 0.93
HSL 318º 0.38% 0.05% -
HSV(B) 318º 0.56% 0.07% -
XYZ 0.42 0.34 0.49 -
YUV 11.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 18 8 15 0 0.56 0.17 0.93 318 0.38 0.05
Hex 12 8 F 0 38 11 5D 13E 26 5
Octal 22 10 17 0 70 21 135 476 46 5
Binary 10010 1000 1111 0 111000 10001 1011101 100111110 100110 101

Color Harmonies of #12080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12080F

Black with #12080F

Text Example


Text Example

White with #12080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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