#03010A

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

Shades of Black Russian #03010A

Tints of Black Russian #03010A

Color information

#03010A (or 0x03010A) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 0A. RGB value is (3,1,10). Sum of RGB (Red+Green+Blue) = 3+1+10=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #03010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010A is #FCFEF5. Grayscale: #020202. Windows color (decimal): -16580342 or 655619. OLE color: 655619.

HSL color Cylindrical-coordinate representation of color #03010A: hue angle of 253.33º 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 #03010A is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3110-
CMYK0.700.9000.96
HSL253.33º81.82%2.16%-
HSV(B)253.33º90%3.92%-
XYZ0.10.060.29-
YUV2.62132.16128.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 21.43%
GREEN value IS 1 (0.78% from 255) = 7.14%
BLUE value IS 10 (4.30% from 255) = 71.43%
R=21.43%
G=7.14%
B=71.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31100.700.9000.96253.3381.822.16
Hex31A465A060fd522
Octal311210613201403751222
Binary1111010100011010110100110000011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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