#0B111F

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

Shades of Black Russian #0B111F

Tints of Black Russian #0B111F

Color information

#0B111F (or 0x0B111F) is unknown color: approx Black Russian. HEX triplet: 0B, 11 and 1F. RGB value is (11,17,31). Sum of RGB (Red+Green+Blue) = 11+17+31=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B111F is #F4EEE0. Grayscale: #101010. Windows color (decimal): -16051937 or 2035979. OLE color: 2035979.

HSL color Cylindrical-coordinate representation of color #0B111F: hue angle of 222º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B111F is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB111731-
CMYK0.650.4500.88
HSL222º47.62%8.24%-
HSV(B)222º64.52%12.16%-
XYZ0.590.571.38-
YUV16.8136.01123.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=18.64%
G=28.81%
B=52.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1117310.650.4500.8822247.628.24
HexB111F412D058de308
Octal1321371015501303366010
Binary10111000111111100000110110101011000110111101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,31); }

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

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

 a { background-color: rgb(11,17,31); }

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

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

 span { border-color: rgb(11,17,31); }

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