#04092D

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

Shades of Black Russian #04092D

Tints of Black Russian #04092D

Color information

#04092D (or 0x04092D) is unknown color: approx Black Russian. HEX triplet: 04, 09 and 2D. RGB value is (4,9,45). Sum of RGB (Red+Green+Blue) = 4+9+45=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #04092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04092D is #FBF6D2. Grayscale: #0B0B0B. Windows color (decimal): -16512723 or 2951428. OLE color: 2951428.

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

Color convert

RGB4945-
CMYK0.910.800.82
HSL232.68º83.67%9.61%-
HSV(B)232.68º91.11%17.65%-
XYZ0.620.412.53-
YUV11.61146.84122.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 45 (17.97% from 255) = 77.59%
R=6.90%
G=15.52%
B=77.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal49450.910.800.82232.6883.679.61
Hex492D5B50052e954a
Octal41155133120012235112412
Binary100100110110110110111010000010100101110100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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