#04050F

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

Shades of Black Russian #04050F

Tints of Black Russian #04050F

Color information

#04050F (or 0x04050F) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 0F. RGB value is (4,5,15). Sum of RGB (Red+Green+Blue) = 4+5+15=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #04050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050F is #FBFAF0. Grayscale: #050505. Windows color (decimal): -16513777 or 984324. OLE color: 984324.

HSL color Cylindrical-coordinate representation of color #04050F: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #04050F is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB4515-
CMYK0.730.6700.94
HSL234.55º57.89%3.73%-
HSV(B)234.55º73.33%5.88%-
XYZ0.190.170.47-
YUV5.84133.17126.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 15 (6.25% from 255) = 62.5%
R=16.67%
G=20.83%
B=62.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal45150.730.6700.94234.5557.893.73
Hex45F494305Eeb3a4
Octal45171111030136353724
Binary1001011111100100110000110101111011101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,5,15); }

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

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

 a { background-color: rgb(4,5,15); }

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

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

 span { border-color: rgb(4,5,15); }

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