#0B0208

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

Shades of Melanzane #0B0208

Tints of Melanzane #0B0208

Color information

#0B0208 (or 0x0B0208) is unknown color: approx Melanzane. HEX triplet: 0B, 02 and 08. RGB value is (11,2,8). Sum of RGB (Red+Green+Blue) = 11+2+8=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0208 is #F4FDF7. Grayscale: #050505. Windows color (decimal): -16055800 or 524811. OLE color: 524811.

HSL color Cylindrical-coordinate representation of color #0B0208: hue angle of 320º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0208 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.96.

Color convert

RGB1128-
CMYK00.820.270.96
HSL320º69.23%2.55%-
HSV(B)320º81.82%4.31%-
XYZ0.20.130.24-
YUV5.37129.48132.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 52.38%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 8 (3.52% from 255) = 38.10%
R=52.38%
G=9.52%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal112800.820.270.9632069.232.55
HexB280521B60140453
Octal132100122331405001053
Binary101110100001010010110111100000101000000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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