#0C080B

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

Shades of Melanzane #0C080B

Tints of Melanzane #0C080B

Color information

#0C080B (or 0x0C080B) is unknown color: approx Melanzane. HEX triplet: 0C, 08 and 0B. RGB value is (12,8,11). Sum of RGB (Red+Green+Blue) = 12+8+11=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 12 - color contains mainly: red. Hex color #0C080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080B is #F3F7F4. Grayscale: #090909. Windows color (decimal): -15988725 or 722956. OLE color: 722956.

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

Color convert

RGB12811-
CMYK00.330.080.95
HSL315º20%3.92%-
HSV(B)315º33.33%4.71%-
XYZ0.30.280.35-
YUV9.54128.83129.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 38.71%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 11 (4.69% from 255) = 35.48%
R=38.71%
G=25.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1281100.330.080.95315203.92
HexC8B02185F13b144
Octal14101304110137473244
Binary11001000101101000011000101111110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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