#03021F

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

Shades of Black Russian #03021F

Tints of Black Russian #03021F

Color information

#03021F (or 0x03021F) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 1F. RGB value is (3,2,31). Sum of RGB (Red+Green+Blue) = 3+2+31=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #03021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021F is #FCFDE0. Grayscale: #050505. Windows color (decimal): -16580065 or 2032131. OLE color: 2032131.

HSL color Cylindrical-coordinate representation of color #03021F: hue angle of 242.07º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03021F is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3231-
CMYK0.900.9400.88
HSL242.07º87.88%6.47%-
HSV(B)242.07º93.55%12.16%-
XYZ0.310.161.31-
YUV5.6142.33126.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 31 (12.5% from 255) = 86.11%
R=8.33%
G=5.56%
B=86.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal32310.900.9400.88242.0787.886.47
Hex321F5A5E058f2586
Octal323713213601303621306
Binary1110111111011010101111001011000111100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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