#0B0A0A

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

Shades of Black #0B0A0A

Tints of Black #0B0A0A

Color information

#0B0A0A (or 0x0B0A0A) is unknown color: approx Black. HEX triplet: 0B, 0A and 0A. RGB value is (11,10,10). Sum of RGB (Red+Green+Blue) = 11+10+10=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A0A is #F4F5F5. Grayscale: #0A0A0A. Windows color (decimal): -16053750 or 657931. OLE color: 657931.

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

Color convert

RGB111010-
CMYK00.090.090.96
HSL4.76%4.12%-
HSV(B)9.09%4.31%-
XYZ0.30.310.33-
YUV10.3127.83128.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11101000.090.090.9604.764.12
HexBAA09960054
Octal13121201111140054
Binary10111010101001001100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,10,10); }

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

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

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

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

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

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

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