#0B081B

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

Shades of Black Russian #0B081B

Tints of Black Russian #0B081B

Color information

#0B081B (or 0x0B081B) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 1B. RGB value is (11,8,27). Sum of RGB (Red+Green+Blue) = 11+8+27=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081B is #F4F7E4. Grayscale: #0A0A0A. Windows color (decimal): -16054245 or 1771531. OLE color: 1771531.

HSL color Cylindrical-coordinate representation of color #0B081B: hue angle of 249.47º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B081B is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11827-
CMYK0.590.7000.89
HSL249.47º54.29%6.86%-
HSV(B)249.47º70.37%10.59%-
XYZ0.420.321.08-
YUV11.06136.99127.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=23.91%
G=17.39%
B=58.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal118270.590.7000.89249.4754.296.86
HexB81B3B46059f9367
Octal131033731060131371667
Binary101110001101111101110001100101100111111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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