Html Css Color HEX #0C0209 Melanzane

📋 copy color: '#0C0209'

red 12 ◦ green 2 ◦ blue 9

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

Shades of Melanzane #0C0209

Tints of Melanzane #0C0209

RGB

 RED value IS 12 (5.08% from 255) = 52.17%

 GREEN value IS 2 (1.17% from 255) = 8.7%

 BLUE value IS 9 (3.91% from 255) = 39.13%

R = 52.17%
G = 8.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#0C0209 (or 0x0C0209) is known color: Melanzane. HEX triplet: 0C, 02 and 09. RGB value is (12,2,9). Sum of RGB (Red+Green+Blue) = 12+2+9=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0209 is #F3FDF6. Grayscale: #050505. Windows color (decimal): -15990263 or 590348. OLE color: 590348.

HSL color Cylindrical-coordinate representation of color #0C0209: hue angle of 318º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0209 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 2 9 -
CMYK 0 0.83 0.25 0.95
HSL 318º 0.71% 0.03% -
HSV(B) 318º 0.83% 0.05% -
XYZ 0.22 0.14 0.27 -
YUV 5.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 12 2 9 0 0.83 0.25 0.95 318 0.71 0.03
Hex C 2 9 0 53 19 5F 13E 47 3
Octal 14 2 11 0 123 31 137 476 107 3
Binary 1100 10 1001 0 1010011 11001 1011111 100111110 1000111 11

Color Harmonies of #0C0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0209

Black with #0C0209

Text Example


Text Example

White with #0C0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0209; }

 p { color: rgb(12,2,9); }

 H1.HeaderClassName
 {
   color: #0C0209;
 }
 .AnyTagClassName
 {
   color: #0C0209;
 }
</style>

background-color css

<style>
 a { background-color: #0C0209; }

 a { background-color: rgb(12,2,9); }

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

border-color css

<style>
 span { border-color: #0C0209; }

 span { border-color: rgb(12,2,9); }

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