#0B0B31

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

Shades of Black Russian #0B0B31

Tints of Black Russian #0B0B31

Color information

#0B0B31 (or 0x0B0B31) is unknown color: approx Black Russian. HEX triplet: 0B, 0B and 31. RGB value is (11,11,49). Sum of RGB (Red+Green+Blue) = 11+11+49=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B0B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0B31 is #F4F4CE. Grayscale: #0F0F0F. Windows color (decimal): -16053455 or 3214091. OLE color: 3214091.

HSL color Cylindrical-coordinate representation of color #0B0B31: hue angle of 240º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B0B31 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB111149-
CMYK0.780.7800.81
HSL240º63.33%11.76%-
HSV(B)240º77.55%19.22%-
XYZ0.810.532.97-
YUV15.33147124.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=15.49%
G=15.49%
B=69.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1111490.780.7800.8124063.3311.76
HexBB314E4E051f03fc
Octal13136111611601213607714
Binary101110111100011001110100111001010001111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,11,49); }

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

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

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

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

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

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

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