#0B0D21

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

Shades of Black Russian #0B0D21

Tints of Black Russian #0B0D21

Color information

#0B0D21 (or 0x0B0D21) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 21. RGB value is (11,13,33). Sum of RGB (Red+Green+Blue) = 11+13+33=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B0D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D21 is #F4F2DE. Grayscale: #0E0E0E. Windows color (decimal): -16052959 or 2166027. OLE color: 2166027.

HSL color Cylindrical-coordinate representation of color #0B0D21: hue angle of 234.55º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B0D21 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB111333-
CMYK0.670.6100.87
HSL234.55º50%8.63%-
HSV(B)234.55º66.67%12.94%-
XYZ0.560.471.5-
YUV14.68138.34125.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=19.30%
G=22.81%
B=57.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1113330.670.6100.87234.55508.63
HexBD21433D057eb329
Octal1315411037501273536211
Binary10111101100001100001111110101010111111010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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