#04052E

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

Shades of Black Russian #04052E

Tints of Black Russian #04052E

Color information

#04052E (or 0x04052E) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 2E. RGB value is (4,5,46). Sum of RGB (Red+Green+Blue) = 4+5+46=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #04052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04052E is #FBFAD1. Grayscale: #090909. Windows color (decimal): -16513746 or 3015940. OLE color: 3015940.

HSL color Cylindrical-coordinate representation of color #04052E: hue angle of 238.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04052E is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB4546-
CMYK0.910.8900.82
HSL238.57º84%9.8%-
HSV(B)238.57º91.3%18.04%-
XYZ0.60.332.62-
YUV9.38148.67124.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.27%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 46 (18.36% from 255) = 83.64%
R=7.27%
G=9.09%
B=83.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45460.910.8900.82238.57849.8
Hex452E5B59052ef54a
Octal4556133131012235712412
Binary10010110111010110111011001010100101110111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,5,46); }

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

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

 a { background-color: rgb(4,5,46); }

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

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

 span { border-color: rgb(4,5,46); }

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