#04002F

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

Shades of Black Russian #04002F

Tints of Black Russian #04002F

Color information

#04002F (or 0x04002F) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 2F. RGB value is (4,0,47). Sum of RGB (Red+Green+Blue) = 4+0+47=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 47 (18.75% from 255 or 92.16% from 51); Max value from RGB is 47 - color contains mainly: blue. Hex color #04002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04002F is #FBFFD0. Grayscale: #060606. Windows color (decimal): -16515025 or 3080196. OLE color: 3080196.

HSL color Cylindrical-coordinate representation of color #04002F: hue angle of 245.11º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04002F is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB4047-
CMYK0.91100.82
HSL245.11º100%9.22%-
HSV(B)245.11º100%18.43%-
XYZ0.560.232.7-
YUV6.55150.83126.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 92.16%
R=7.84%
G=0%
B=92.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal40470.91100.82245.111009.22
Hex402F5B64052f5649
Octal4057133144012236514411
Binary100010111110110111100100010100101111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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