#0B0A09

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

Shades of Black #0B0A09

Tints of Black #0B0A09

Color information

#0B0A09 (or 0x0B0A09) is unknown color: approx Black. HEX triplet: 0B, 0A and 09. RGB value is (11,10,9). Sum of RGB (Red+Green+Blue) = 11+10+9=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A09 is #F4F5F6. Grayscale: #0A0A0A. Windows color (decimal): -16053751 or 592395. OLE color: 592395.

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

Color convert

RGB11109-
CMYK00.090.180.96
HSL30º10%3.92%-
HSV(B)30º18.18%4.31%-
XYZ0.30.310.3-
YUV10.18127.33128.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 36.67%
GREEN value IS 10 (4.30% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1110900.090.180.9630103.92
HexBA90912601ea4
Octal1312110112214036124
Binary10111010100101001100101100000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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