Html Css Color HEX #040918 Black Russian

📋 copy color: '#040918'

red 4 ◦ green 9 ◦ blue 24

#040918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #040918

Tints of Black Russian #040918

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 value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040918 (or 0x040918) is known color: 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

RGB 4 9 24 -
CMYK 0.83 0.63 0 0.91
HSL 225º 0.71% 0.05% -
HSV(B) 225º 0.83% 0.09% -
XYZ 0.31 0.29 0.9 -
YUV 9.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 4 9 24 0.83 0.63 0 0.91 225 0.71 0.05
Hex 4 9 18 53 3F 0 5B E1 47 5
Octal 4 11 30 123 77 0 133 341 107 5
Binary 100 1001 11000 1010011 111111 0 1011011 11100001 1000111 101

Color Harmonies of #040918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040918

Black with #040918

Text Example


Text Example

White with #040918

Text Example


Text Example

HTML Codes & Css Web 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>