#040818

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

Shades of Black Russian #040818

Tints of Black Russian #040818

Color information

#040818 (or 0x040818) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 18. RGB value is (4,8,24). Sum of RGB (Red+Green+Blue) = 4+8+24=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #040818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040818 is #FBF7E7. Grayscale: #080808. Windows color (decimal): -16513000 or 1574916. OLE color: 1574916.

HSL color Cylindrical-coordinate representation of color #040818: hue angle of 228º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040818 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB4824-
CMYK0.830.6700.91
HSL228º71.43%5.49%-
HSV(B)228º83.33%9.41%-
XYZ0.30.270.9-
YUV8.63136.67124.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.11%
GREEN value IS 8 (3.52% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=11.11%
G=22.22%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal48240.830.6700.9122871.435.49
Hex4818534305Be4475
Octal4103012310301333441075
Binary1001000110001010011100001101011011111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040818; }

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

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

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

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

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

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

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

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