#0B091D

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

Shades of Black Russian #0B091D

Tints of Black Russian #0B091D

Color information

#0B091D (or 0x0B091D) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 1D. RGB value is (11,9,29). Sum of RGB (Red+Green+Blue) = 11+9+29=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B091D is #F4F6E2. Grayscale: #0B0B0B. Windows color (decimal): -16053987 or 1902859. OLE color: 1902859.

HSL color Cylindrical-coordinate representation of color #0B091D: hue angle of 246º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B091D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11929-
CMYK0.620.6900.89
HSL246º52.63%7.45%-
HSV(B)246º68.97%11.37%-
XYZ0.460.361.21-
YUV11.88137.66127.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=22.45%
G=18.37%
B=59.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal119290.620.6900.8924652.637.45
HexB91D3E45059f6357
Octal131135761050131366657
Binary101110011110111111010001010101100111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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