#0B0913

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

Shades of Black Russian #0B0913

Tints of Black Russian #0B0913

Color information

#0B0913 (or 0x0B0913) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 13. RGB value is (11,9,19). Sum of RGB (Red+Green+Blue) = 11+9+19=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0913 is #F4F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16053997 or 1247499. OLE color: 1247499.

HSL color Cylindrical-coordinate representation of color #0B0913: hue angle of 252º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0B0913 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11919-
CMYK0.420.5300.93
HSL252º35.71%5.49%-
HSV(B)252º52.63%7.45%-
XYZ0.350.310.66-
YUV10.74132.66128.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=28.21%
G=23.08%
B=48.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal119190.420.5300.9325235.715.49
HexB9132A3505Dfc245
Octal13112352650135374445
Binary10111001100111010101101010101110111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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