#0B081D

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

Shades of Black Russian #0B081D

Tints of Black Russian #0B081D

Color information

#0B081D (or 0x0B081D) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 1D. RGB value is (11,8,29). Sum of RGB (Red+Green+Blue) = 11+8+29=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081D is #F4F7E2. Grayscale: #0B0B0B. Windows color (decimal): -16054243 or 1902603. OLE color: 1902603.

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

Color convert

RGB11829-
CMYK0.620.7200.89
HSL248.57º56.76%7.25%-
HSV(B)248.57º72.41%11.37%-
XYZ0.450.331.2-
YUV11.29137.99127.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=22.92%
G=16.67%
B=60.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal118290.620.7200.89248.5756.767.25
HexB81D3E48059f9397
Octal131035761100131371717
Binary101110001110111111010010000101100111111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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