#02010A

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

Shades of Black Russian #02010A

Tints of Black Russian #02010A

Color information

#02010A (or 0x02010A) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 0A. RGB value is (2,1,10). Sum of RGB (Red+Green+Blue) = 2+1+10=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 10 (4.30% from 255 or 76.92% from 13); Max value from RGB is 10 - color contains mainly: blue. Hex color #02010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010A is #FDFEF5. Grayscale: #020202. Windows color (decimal): -16645878 or 655618. OLE color: 655618.

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

Color convert

RGB2110-
CMYK0.80.9000.96
HSL246.67º81.82%2.16%-
HSV(B)246.67º90%3.92%-
XYZ0.090.060.29-
YUV2.33132.33127.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 15.38%
GREEN value IS 1 (0.78% from 255) = 7.69%
BLUE value IS 10 (4.30% from 255) = 76.92%
R=15.38%
G=7.69%
B=76.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal21100.80.9000.96246.6781.822.16
Hex21A505A060f7522
Octal211212013201403671222
Binary1011010101000010110100110000011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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