#020B1B

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

Shades of Black Russian #020B1B

Tints of Black Russian #020B1B

Color information

#020B1B (or 0x020B1B) is unknown color: approx Black Russian. HEX triplet: 02, 0B and 1B. RGB value is (2,11,27). Sum of RGB (Red+Green+Blue) = 2+11+27=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #020B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B1B is #FDF4E4. Grayscale: #0A0A0A. Windows color (decimal): -16643301 or 1772290. OLE color: 1772290.

HSL color Cylindrical-coordinate representation of color #020B1B: hue angle of 218.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020B1B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21127-
CMYK0.930.5900.89
HSL218.4º86.21%5.69%-
HSV(B)218.4º92.59%10.59%-
XYZ0.340.331.08-
YUV10.13137.52122.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 27 (10.94% from 255) = 67.5%
R=5%
G=27.5%
B=67.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal211270.930.5900.89218.486.215.69
Hex2B1B5D3B059da566
Octal213331357301313321266
Binary10101111011101110111101101011001110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020B1B; }

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

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

<style>
 a { background-color: #020B1B; }

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

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

<style>
 span { border-color: #020B1B; }

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

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