#040813

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

Shades of Black Russian #040813

Tints of Black Russian #040813

Color information

#040813 (or 0x040813) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 13. RGB value is (4,8,19). Sum of RGB (Red+Green+Blue) = 4+8+19=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #040813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040813 is #FBF7EC. Grayscale: #080808. Windows color (decimal): -16513005 or 1247236. OLE color: 1247236.

HSL color Cylindrical-coordinate representation of color #040813: hue angle of 224º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #040813 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB4819-
CMYK0.790.5800.93
HSL224º65.22%4.51%-
HSV(B)224º78.95%7.45%-
XYZ0.250.250.65-
YUV8.06134.17125.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=12.90%
G=25.81%
B=61.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal48190.790.5800.9322465.224.51
Hex48134F3A05De0415
Octal410231177201353401015
Binary100100010011100111111101001011101111000001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040813; }

 p { color: rgb(4,8,19); }

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

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

 a { background-color: rgb(4,8,19); }

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

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

 span { border-color: rgb(4,8,19); }

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