#0B112F

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

Shades of Black Russian #0B112F

Tints of Black Russian #0B112F

Color information

#0B112F (or 0x0B112F) is unknown color: approx Black Russian. HEX triplet: 0B, 11 and 2F. RGB value is (11,17,47). Sum of RGB (Red+Green+Blue) = 11+17+47=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B112F is #F4EED0. Grayscale: #121212. Windows color (decimal): -16051921 or 3084555. OLE color: 3084555.

HSL color Cylindrical-coordinate representation of color #0B112F: hue angle of 230º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B112F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB111747-
CMYK0.770.6400.82
HSL230º62.07%11.37%-
HSV(B)230º76.6%18.43%-
XYZ0.850.682.78-
YUV18.63144.01122.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 47 (18.75% from 255) = 62.67%
R=14.67%
G=22.67%
B=62.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1117470.770.6400.8223062.0711.37
HexB112F4D40052e63eb
Octal13215711510001223467613
Binary1011100011011111001101100000001010010111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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