#040508

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

Shades of Black Russian #040508

Tints of Black Russian #040508

Color information

#040508 (or 0x040508) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 08. RGB value is (4,5,8). Sum of RGB (Red+Green+Blue) = 4+5+8=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: blue. Hex color #040508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040508 is #FBFAF7. Grayscale: #050505. Windows color (decimal): -16513784 or 525572. OLE color: 525572.

HSL color Cylindrical-coordinate representation of color #040508: hue angle of 225º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040508 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB458-
CMYK0.50.3800.97
HSL225º33.33%2.35%-
HSV(B)225º50%3.14%-
XYZ0.150.150.25-
YUV5.04129.67127.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 23.53%
GREEN value IS 5 (2.34% from 255) = 29.41%
BLUE value IS 8 (3.52% from 255) = 47.06%
R=23.53%
G=29.41%
B=47.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4580.50.3800.9722533.332.35
Hex4583226061e1212
Octal451062460141341412
Binary1001011000110010100110011000011110000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040508; }

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

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

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

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

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

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

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

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