Html Css Color HEX #0C040A Melanzane

📋 copy color: '#0C040A'

red 12 ◦ green 4 ◦ blue 10

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

Shades of Melanzane #0C040A

Tints of Melanzane #0C040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 15.38%

 BLUE value IS 10 (4.3% from 255) = 38.46%

R = 46.15%
G = 15.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C040A (or 0x0C040A) is known color: Melanzane. HEX triplet: 0C, 04 and 0A. RGB value is (12,4,10). Sum of RGB (Red+Green+Blue) = 12+4+10=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 12 - color contains mainly: red. Hex color #0C040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040A is #F3FBF5. Grayscale: #070707. Windows color (decimal): -15989750 or 656396. OLE color: 656396.

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

Color convert

RGB 12 4 10 -
CMYK 0 0.67 0.17 0.95
HSL 315º 0.5% 0.03% -
HSV(B) 315º 0.67% 0.05% -
XYZ 0.25 0.19 0.31 -
YUV 7.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 12 4 10 0 0.67 0.17 0.95 315 0.5 0.03
Hex C 4 A 0 43 11 5F 13B 32 3
Octal 14 4 12 0 103 21 137 473 62 3
Binary 1100 100 1010 0 1000011 10001 1011111 100111011 110010 11

Color Harmonies of #0C040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C040A

Black with #0C040A

Text Example


Text Example

White with #0C040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,10); }

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

background-color css

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

 a { background-color: rgb(12,4,10); }

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

border-color css

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

 span { border-color: rgb(12,4,10); }

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