#0B0D20

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

Shades of Black Russian #0B0D20

Tints of Black Russian #0B0D20

Color information

#0B0D20 (or 0x0B0D20) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 20. RGB value is (11,13,32). Sum of RGB (Red+Green+Blue) = 11+13+32=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #0B0D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D20 is #F4F2DF. Grayscale: #0E0E0E. Windows color (decimal): -16052960 or 2100491. OLE color: 2100491.

HSL color Cylindrical-coordinate representation of color #0B0D20: hue angle of 234.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B0D20 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB111332-
CMYK0.660.5900.87
HSL234.29º48.84%8.43%-
HSV(B)234.29º65.62%12.55%-
XYZ0.540.461.43-
YUV14.57137.84125.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 32 (12.89% from 255) = 57.14%
R=19.64%
G=23.21%
B=57.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1113320.660.5900.87234.2948.848.43
HexBD20423B057ea318
Octal1315401027301273526110
Binary10111101100000100001011101101010111111010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,32); }

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

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

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

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

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

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

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