#04050D

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

Shades of Black Russian #04050D

Tints of Black Russian #04050D

Color information

#04050D (or 0x04050D) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 0D. RGB value is (4,5,13). Sum of RGB (Red+Green+Blue) = 4+5+13=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #04050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050D is #FBFAF2. Grayscale: #050505. Windows color (decimal): -16513779 or 853252. OLE color: 853252.

HSL color Cylindrical-coordinate representation of color #04050D: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #04050D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4513-
CMYK0.690.6200.95
HSL233.33º52.94%3.33%-
HSV(B)233.33º69.23%5.1%-
XYZ0.180.160.4-
YUV5.61132.17126.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 13 (5.47% from 255) = 59.09%
R=18.18%
G=22.73%
B=59.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal45130.690.6200.95233.3352.943.33
Hex45D453E05Fe9353
Octal4515105760137351653
Binary10010111011000101111110010111111110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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