#03041D

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

Shades of Black Russian #03041D

Tints of Black Russian #03041D

Color information

#03041D (or 0x03041D) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 1D. RGB value is (3,4,29). Sum of RGB (Red+Green+Blue) = 3+4+29=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #03041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03041D is #FCFBE2. Grayscale: #060606. Windows color (decimal): -16579555 or 1901571. OLE color: 1901571.

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

Color convert

RGB3429-
CMYK0.900.8600.89
HSL237.69º81.25%6.27%-
HSV(B)237.69º89.66%11.37%-
XYZ0.30.191.18-
YUV6.55140.67125.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 80.56%
R=8.33%
G=11.11%
B=80.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal34290.900.8600.89237.6981.256.27
Hex341D5A56059ee516
Octal343513212601313561216
Binary11100111011011010101011001011001111011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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