#0B0604

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

Shades of Black #0B0604

Tints of Black #0B0604

Color information

#0B0604 (or 0x0B0604) is unknown color: approx Black. HEX triplet: 0B, 06 and 04. RGB value is (11,6,4). Sum of RGB (Red+Green+Blue) = 11+6+4=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0604 is #F4F9FB. Grayscale: #070707. Windows color (decimal): -16054780 or 263691. OLE color: 263691.

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

Color convert

RGB1164-
CMYK00.450.640.96
HSL17.14º46.67%2.94%-
HSV(B)17.14º63.64%4.31%-
XYZ0.230.210.14-
YUV7.27126.16130.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 52.38%
GREEN value IS 6 (2.73% from 255) = 28.57%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=52.38%
G=28.57%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116400.450.640.9617.1446.672.94
HexB6402D4060112f3
Octal136405510014021573
Binary10111101000101101100000011000001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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