#03021D

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

Shades of Black Russian #03021D

Tints of Black Russian #03021D

Color information

#03021D (or 0x03021D) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 1D. RGB value is (3,2,29). Sum of RGB (Red+Green+Blue) = 3+2+29=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #03021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021D is #FCFDE2. Grayscale: #050505. Windows color (decimal): -16580067 or 1901059. OLE color: 1901059.

HSL color Cylindrical-coordinate representation of color #03021D: hue angle of 242.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03021D is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB3229-
CMYK0.900.9300.89
HSL242.22º87.1%6.08%-
HSV(B)242.22º93.1%11.37%-
XYZ0.280.151.18-
YUV5.38141.33126.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 29 (11.72% from 255) = 85.29%
R=8.82%
G=5.88%
B=85.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32290.900.9300.89242.2287.16.08
Hex321D5A5D059f2576
Octal323513213501313621276
Binary1110111011011010101110101011001111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03021D; }

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

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

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

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

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

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

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

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