#0C060B

Color #0C060B Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #0C060B

Tints of Melanzane #0C060B

Color information

#0C060B (or 0x0C060B) is unknown color: approx Melanzane. HEX triplet: 0C, 06 and 0B. RGB value is (12,6,11). Sum of RGB (Red+Green+Blue) = 12+6+11=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 12 - color contains mainly: red. Hex color #0C060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C060B is #F3F9F4. Grayscale: #080808. Windows color (decimal): -15989237 or 722444. OLE color: 722444.

HSL color Cylindrical-coordinate representation of color #0C060B: hue angle of 310º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C060B is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB12611-
CMYK00.500.080.95
HSL310º33.33%3.53%-
HSV(B)310º50%4.71%-
XYZ0.280.230.35-
YUV8.36129.49130.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1261100.500.080.9531033.333.53
HexC6B03285F136214
Octal1461306210137466414
Binary11001101011011001010001011111100110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,6,11); }

 H1.HeaderClassName
 {
   color: #0C060B;
 }
 .AnyTagClassName
 {
   color: #0C060B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,6,11); }

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

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

 span { border-color: rgb(12,6,11); }

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