Html Css Color HEX #0C020A Melanzane

📋 copy color: '#0C020A'

red 12 ◦ green 2 ◦ blue 10

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

Shades of Melanzane #0C020A

Tints of Melanzane #0C020A

RGB

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

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

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

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C020A (or 0x0C020A) is known color: Melanzane. HEX triplet: 0C, 02 and 0A. RGB value is (12,2,10). Sum of RGB (Red+Green+Blue) = 12+2+10=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C020A is #F3FDF5. Grayscale: #050505. Windows color (decimal): -15990262 or 655884. OLE color: 655884.

HSL color Cylindrical-coordinate representation of color #0C020A: hue angle of 312º 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 #0C020A is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 2 10 -
CMYK 0 0.83 0.17 0.95
HSL 312º 0.71% 0.03% -
HSV(B) 312º 0.83% 0.05% -
XYZ 0.23 0.14 0.3 -
YUV 5.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 12 2 10 0 0.83 0.17 0.95 312 0.71 0.03
Hex C 2 A 0 53 11 5F 138 47 3
Octal 14 2 12 0 123 21 137 470 107 3
Binary 1100 10 1010 0 1010011 10001 1011111 100111000 1000111 11

Color Harmonies of #0C020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C020A

Black with #0C020A

Text Example


Text Example

White with #0C020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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