#05020B

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

Shades of Black Russian #05020B

Tints of Black Russian #05020B

Color information

#05020B (or 0x05020B) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 0B. RGB value is (5,2,11). Sum of RGB (Red+Green+Blue) = 5+2+11=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #05020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020B is #FAFDF4. Grayscale: #030303. Windows color (decimal): -16449013 or 721413. OLE color: 721413.

HSL color Cylindrical-coordinate representation of color #05020B: hue angle of 260º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05020B is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5211-
CMYK0.550.8200.96
HSL260º69.23%2.55%-
HSV(B)260º81.82%4.31%-
XYZ0.140.10.33-
YUV3.92131.99128.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 11 (4.69% from 255) = 61.11%
R=27.78%
G=11.11%
B=61.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal52110.550.8200.9626069.232.55
Hex52B3752060104453
Octal52136712201404041053
Binary101101011110111101001001100000100000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05020B; }

 p { color: rgb(5,2,11); }

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

<style>
 a { background-color: #05020B; }

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

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

<style>
 span { border-color: #05020B; }

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

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