#04082D

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

Shades of Black Russian #04082D

Tints of Black Russian #04082D

Color information

#04082D (or 0x04082D) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 2D. RGB value is (4,8,45). Sum of RGB (Red+Green+Blue) = 4+8+45=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 45 (17.97% from 255 or 78.95% from 57); Max value from RGB is 45 - color contains mainly: blue. Hex color #04082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04082D is #FBF7D2. Grayscale: #0A0A0A. Windows color (decimal): -16512979 or 2951172. OLE color: 2951172.

HSL color Cylindrical-coordinate representation of color #04082D: hue angle of 234.15º 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 #04082D is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB4845-
CMYK0.910.8200.82
HSL234.15º83.67%9.61%-
HSV(B)234.15º91.11%17.65%-
XYZ0.610.392.53-
YUV11.02147.17122.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 45 (17.97% from 255) = 78.95%
R=7.02%
G=14.04%
B=78.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal48450.910.8200.82234.1583.679.61
Hex482D5B52052ea54a
Octal41055133122012235212412
Binary100100010110110110111010010010100101110101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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