#03020A

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

Shades of Black Russian #03020A

Tints of Black Russian #03020A

Color information

#03020A (or 0x03020A) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 0A. RGB value is (3,2,10). Sum of RGB (Red+Green+Blue) = 3+2+10=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #03020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020A is #FCFDF5. Grayscale: #030303. Windows color (decimal): -16580086 or 655875. OLE color: 655875.

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

Color convert

RGB3210-
CMYK0.700.800.96
HSL247.5º66.67%2.35%-
HSV(B)247.5º80%3.92%-
XYZ0.110.080.3-
YUV3.21131.83127.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 10 (4.30% from 255) = 66.67%
R=20%
G=13.33%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal32100.700.800.96247.566.672.35
Hex32A4650060f8432
Octal321210612001403701032
Binary11101010100011010100000110000011111000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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