#00020A

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

Shades of Black Russian #00020A

Tints of Black Russian #00020A

Color information

#00020A (or 0x00020A) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 0A. RGB value is (0,2,10). Sum of RGB (Red+Green+Blue) = 0+2+10=12 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 10 (4.30% from 255 or 83.33% from 12); Max value from RGB is 10 - color contains mainly: blue. Hex color #00020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020A is #FFFDF5. Grayscale: #020202. Windows color (decimal): -16776694 or 655872. OLE color: 655872.

HSL color Cylindrical-coordinate representation of color #00020A: hue angle of 228º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00020A is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0210-
CMYK10.800.96
HSL228º100%1.96%-
HSV(B)228º100%3.92%-
XYZ0.080.070.3-
YUV2.31132.34126.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 83.33%
R=0%
G=16.67%
B=83.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal021010.800.962281001.96
Hex02A6450060e4642
Octal021214412001403441442
Binary0101010110010010100000110000011100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00020A; }

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

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

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

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

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

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

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

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