#020A2B

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

Shades of Black Russian #020A2B

Tints of Black Russian #020A2B

Color information

#020A2B (or 0x020A2B) is unknown color: approx Black Russian. HEX triplet: 02, 0A and 2B. RGB value is (2,10,43). Sum of RGB (Red+Green+Blue) = 2+10+43=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #020A2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A2B is #FDF5D4. Grayscale: #0B0B0B. Windows color (decimal): -16643541 or 2820610. OLE color: 2820610.

HSL color Cylindrical-coordinate representation of color #020A2B: hue angle of 228.29º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020A2B is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB21043-
CMYK0.950.7700.83
HSL228.29º91.11%8.82%-
HSV(B)228.29º95.35%16.86%-
XYZ0.570.42.33-
YUV11.37145.85121.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 43 (17.19% from 255) = 78.18%
R=3.64%
G=18.18%
B=78.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal210430.950.7700.83228.2991.118.82
Hex2A2B5F4D053e45b9
Octal21253137115012334413311
Binary10101010101110111111001101010100111110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,10,43); }

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

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

 a { background-color: rgb(2,10,43); }

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

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

 span { border-color: rgb(2,10,43); }

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