Html Css Color HEX #0C0309 Melanzane

📋 copy color: '#0C0309'

red 12 ◦ green 3 ◦ blue 9

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

Shades of Melanzane #0C0309

Tints of Melanzane #0C0309

RGB

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

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

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

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#0C0309 (or 0x0C0309) is known color: Melanzane. HEX triplet: 0C, 03 and 09. RGB value is (12,3,9). Sum of RGB (Red+Green+Blue) = 12+3+9=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0309 is #F3FCF6. Grayscale: #060606. Windows color (decimal): -15990007 or 590604. OLE color: 590604.

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

Color convert

RGB 12 3 9 -
CMYK 0 0.75 0.25 0.95
HSL 320º 0.6% 0.03% -
HSV(B) 320º 0.75% 0.05% -
XYZ 0.23 0.16 0.28 -
YUV 6.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 12 3 9 0 0.75 0.25 0.95 320 0.6 0.03
Hex C 3 9 0 4B 19 5F 140 3C 3
Octal 14 3 11 0 113 31 137 500 74 3
Binary 1100 11 1001 0 1001011 11001 1011111 101000000 111100 11

Color Harmonies of #0C0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0309

Black with #0C0309

Text Example


Text Example

White with #0C0309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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