#0B0815

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

Shades of Black Russian #0B0815

Tints of Black Russian #0B0815

Color information

#0B0815 (or 0x0B0815) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 15. RGB value is (11,8,21). Sum of RGB (Red+Green+Blue) = 11+8+21=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0815 is #F4F7EA. Grayscale: #0A0A0A. Windows color (decimal): -16054251 or 1378315. OLE color: 1378315.

HSL color Cylindrical-coordinate representation of color #0B0815: hue angle of 253.85º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B0815 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11821-
CMYK0.480.6200.92
HSL253.85º44.83%5.69%-
HSV(B)253.85º61.9%8.24%-
XYZ0.360.30.75-
YUV10.38133.99128.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=27.5%
G=20%
B=52.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal118210.480.6200.92253.8544.835.69
HexB815303E05Cfe2d6
Octal13102560760134376556
Binary10111000101011100001111100101110011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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