#04072A

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

Shades of Black Russian #04072A

Tints of Black Russian #04072A

Color information

#04072A (or 0x04072A) is unknown color: approx Black Russian. HEX triplet: 04, 07 and 2A. RGB value is (4,7,42). Sum of RGB (Red+Green+Blue) = 4+7+42=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #04072A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04072A is #FBF8D5. Grayscale: #090909. Windows color (decimal): -16513238 or 2754308. OLE color: 2754308.

HSL color Cylindrical-coordinate representation of color #04072A: hue angle of 235.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04072A is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB4742-
CMYK0.900.8300.84
HSL235.26º82.61%9.02%-
HSV(B)235.26º90.48%16.47%-
XYZ0.540.342.23-
YUV10.09146.01123.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 42 (16.80% from 255) = 79.25%
R=7.55%
G=13.21%
B=79.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal47420.900.8300.84235.2682.619.02
Hex472A5A53054eb539
Octal4752132123012435312311
Binary10011110101010110101010011010101001110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04072A; }

 p { color: rgb(4,7,42); }

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

<style>
 a { background-color: #04072A; }

 a { background-color: rgb(4,7,42); }

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

<style>
 span { border-color: #04072A; }

 span { border-color: rgb(4,7,42); }

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