#03031E

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

Shades of Black Russian #03031E

Tints of Black Russian #03031E

Color information

#03031E (or 0x03031E) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 1E. RGB value is (3,3,30). Sum of RGB (Red+Green+Blue) = 3+3+30=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #03031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03031E is #FCFCE1. Grayscale: #050505. Windows color (decimal): -16579810 or 1966851. OLE color: 1966851.

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

Color convert

RGB3330-
CMYK0.900.9000.88
HSL240º81.82%6.47%-
HSV(B)240º90%11.76%-
XYZ0.30.181.25-
YUV6.08141.5125.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 30 (12.11% from 255) = 83.33%
R=8.33%
G=8.33%
B=83.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33300.900.9000.8824081.826.47
Hex331E5A5A058f0526
Octal333613213201303601226
Binary1111111101011010101101001011000111100001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03031E; }

 p { color: rgb(3,3,30); }

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

<style>
 a { background-color: #03031E; }

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

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

<style>
 span { border-color: #03031E; }

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

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