#04032D

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

Shades of Black Russian #04032D

Tints of Black Russian #04032D

Color information

#04032D (or 0x04032D) is unknown color: approx Black Russian. HEX triplet: 04, 03 and 2D. RGB value is (4,3,45). Sum of RGB (Red+Green+Blue) = 4+3+45=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 45 (17.97% from 255 or 86.54% from 52); Max value from RGB is 45 - color contains mainly: blue. Hex color #04032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04032D is #FBFCD2. Grayscale: #070707. Windows color (decimal): -16514259 or 2949892. OLE color: 2949892.

HSL color Cylindrical-coordinate representation of color #04032D: hue angle of 241.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04032D is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB4345-
CMYK0.910.9300.82
HSL241.43º87.5%9.41%-
HSV(B)241.43º93.33%17.65%-
XYZ0.560.282.51-
YUV8.09148.83125.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.69%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 45 (17.97% from 255) = 86.54%
R=7.69%
G=5.77%
B=86.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal43450.910.9300.82241.4387.59.41
Hex432D5B5D052f1589
Octal4355133135012236113011
Binary1001110110110110111011101010100101111000110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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