#04092A

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

Shades of Black Russian #04092A

Tints of Black Russian #04092A

Color information

#04092A (or 0x04092A) is unknown color: approx Black Russian. HEX triplet: 04, 09 and 2A. RGB value is (4,9,42). Sum of RGB (Red+Green+Blue) = 4+9+42=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #04092A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04092A is #FBF6D5. Grayscale: #0B0B0B. Windows color (decimal): -16512726 or 2754820. OLE color: 2754820.

HSL color Cylindrical-coordinate representation of color #04092A: hue angle of 232.11º 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 #04092A is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB4942-
CMYK0.900.7900.84
HSL232.11º82.61%9.02%-
HSV(B)232.11º90.48%16.47%-
XYZ0.570.392.24-
YUV11.27145.34122.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.27%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 42 (16.80% from 255) = 76.36%
R=7.27%
G=16.36%
B=76.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal49420.900.7900.84232.1182.619.02
Hex492A5A4F054e8539
Octal41152132117012435012311
Binary100100110101010110101001111010101001110100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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