#0B081E

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

Shades of Black Russian #0B081E

Tints of Black Russian #0B081E

Color information

#0B081E (or 0x0B081E) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 1E. RGB value is (11,8,30). Sum of RGB (Red+Green+Blue) = 11+8+30=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081E is #F4F7E1. Grayscale: #0B0B0B. Windows color (decimal): -16054242 or 1968139. OLE color: 1968139.

HSL color Cylindrical-coordinate representation of color #0B081E: hue angle of 248.18º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B081E is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11830-
CMYK0.630.7300.88
HSL248.18º57.89%7.45%-
HSV(B)248.18º73.33%11.76%-
XYZ0.460.341.27-
YUV11.4138.49127.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=22.45%
G=16.33%
B=61.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal118300.630.7300.88248.1857.897.45
HexB81E3F49058f83a7
Octal131036771110130370727
Binary101110001111011111110010010101100011111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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