#0B0308

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

Shades of Melanzane #0B0308

Tints of Melanzane #0B0308

Color information

#0B0308 (or 0x0B0308) is unknown color: approx Melanzane. HEX triplet: 0B, 03 and 08. RGB value is (11,3,8). Sum of RGB (Red+Green+Blue) = 11+3+8=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0308 is #F4FCF7. Grayscale: #050505. Windows color (decimal): -16055544 or 525067. OLE color: 525067.

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

Color convert

RGB1138-
CMYK00.730.270.96
HSL322.5º57.14%2.75%-
HSV(B)322.5º72.73%4.31%-
XYZ0.210.150.25-
YUV5.96129.15131.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 13.64%
BLUE value IS 8 (3.52% from 255) = 36.36%
R=50%
G=13.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal113800.730.270.96322.557.142.75
HexB380491B60142393
Octal13310011133140502713
Binary10111110000100100111011110000010100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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