Html Css Color HEX #12090F Melanzane

📋 copy color: '#12090F'

red 18 ◦ green 9 ◦ blue 15

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

Shades of Melanzane #12090F

Tints of Melanzane #12090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 21.43%

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

R = 42.86%
G = 21.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12090F (or 0x12090F) is known color: Melanzane. HEX triplet: 12, 09 and 0F. RGB value is (18,9,15). Sum of RGB (Red+Green+Blue) = 18+9+15=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #12090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090F is #EDF6F0. Grayscale: #0C0C0C. Windows color (decimal): -15595249 or 985362. OLE color: 985362.

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

Color convert

RGB 18 9 15 -
CMYK 0 0.5 0.17 0.93
HSL 320º 0.33% 0.05% -
HSV(B) 320º 0.5% 0.07% -
XYZ 0.43 0.36 0.5 -
YUV 12.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 18 9 15 0 0.5 0.17 0.93 320 0.33 0.05
Hex 12 9 F 0 32 11 5D 140 21 5
Octal 22 11 17 0 62 21 135 500 41 5
Binary 10010 1001 1111 0 110010 10001 1011101 101000000 100001 101

Color Harmonies of #12090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12090F

Black with #12090F

Text Example


Text Example

White with #12090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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