#04002A

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

Shades of Black Russian #04002A

Tints of Black Russian #04002A

Color information

#04002A (or 0x04002A) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 2A. RGB value is (4,0,42). Sum of RGB (Red+Green+Blue) = 4+0+42=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 42 (16.80% from 255 or 91.30% from 46); Max value from RGB is 42 - color contains mainly: blue. Hex color #04002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04002A is #FBFFD5. Grayscale: #050505. Windows color (decimal): -16515030 or 2752516. OLE color: 2752516.

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

Color convert

RGB4042-
CMYK0.90100.84
HSL245.71º100%8.24%-
HSV(B)245.71º100%16.47%-
XYZ0.470.192.2-
YUV5.98148.33126.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 91.30%
R=8.70%
G=0%
B=91.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40420.90100.84245.711008.24
Hex402A5A64054f6648
Octal4052132144012436614410
Binary100010101010110101100100010101001111011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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