#020208

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

Shades of Black Russian #020208

Tints of Black Russian #020208

Color information

#020208 (or 0x020208) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 08. RGB value is (2,2,8). Sum of RGB (Red+Green+Blue) = 2+2+8=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 8 (3.52% from 255 or 66.67% from 12); Max value from RGB is 8 - color contains mainly: blue. Hex color #020208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020208 is #FDFDF7. Grayscale: #020202. Windows color (decimal): -16645624 or 524802. OLE color: 524802.

HSL color Cylindrical-coordinate representation of color #020208: hue angle of 240º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020208 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB228-
CMYK0.750.7500.97
HSL240º60%1.96%-
HSV(B)240º75%3.14%-
XYZ0.090.070.24-
YUV2.68131127.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2280.750.7500.97240601.96
Hex2284B4B061f03c2
Octal22101131130141360742
Binary1010100010010111001011011000011111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020208; }

 p { color: rgb(2,2,8); }

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

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

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

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

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

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

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