#040918

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

Shades of Black Russian #040918

Tints of Black Russian #040918

Color information

#040918 (or 0x040918) is unknown color: approx Black Russian. HEX triplet: 04, 09 and 18. RGB value is (4,9,24). Sum of RGB (Red+Green+Blue) = 4+9+24=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #040918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040918 is #FBF6E7. Grayscale: #090909. Windows color (decimal): -16512744 or 1575172. OLE color: 1575172.

HSL color Cylindrical-coordinate representation of color #040918: hue angle of 225º 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 #040918 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB4924-
CMYK0.830.6300.91
HSL225º71.43%5.49%-
HSV(B)225º83.33%9.41%-
XYZ0.310.290.9-
YUV9.22136.34124.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.81%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=10.81%
G=24.32%
B=64.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal49240.830.6300.9122571.435.49
Hex4918533F05Be1475
Octal411301237701333411075
Binary100100111000101001111111101011011111000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040918; }

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

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

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

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

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

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

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

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