Html Css Color HEX #040A18 Black Russian

📋 copy color: '#040A18'

red 4 ◦ green 10 ◦ blue 24

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

Shades of Black Russian #040A18

Tints of Black Russian #040A18

RGB

 RED value IS 4 (1.95% from 255) = 10.53%

 GREEN value IS 10 (4.3% from 255) = 26.32%

 BLUE value IS 24 (9.77% from 255) = 63.16%

R = 10.53%
G = 26.32%
B = 63.16%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040A18 (or 0x040A18) is known color: Black Russian. HEX triplet: 04, 0A and 18. RGB value is (4,10,24). Sum of RGB (Red+Green+Blue) = 4+10+24=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #040A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A18 is #FBF5E7. Grayscale: #090909. Windows color (decimal): -16512488 or 1575428. OLE color: 1575428.

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

Color convert

RGB 4 10 24 -
CMYK 0.83 0.58 0 0.91
HSL 222º 0.71% 0.05% -
HSV(B) 222º 0.83% 0.09% -
XYZ 0.32 0.31 0.91 -
YUV 9.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 4 10 24 0.83 0.58 0 0.91 222 0.71 0.05
Hex 4 A 18 53 3A 0 5B DE 47 5
Octal 4 12 30 123 72 0 133 336 107 5
Binary 100 1010 11000 1010011 111010 0 1011011 11011110 1000111 101

Color Harmonies of #040A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A18

Black with #040A18

Text Example


Text Example

White with #040A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A18; }

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

 H1.HeaderClassName
 {
   color: #040A18;
 }
 .AnyTagClassName
 {
   color: #040A18;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #040A18;
 }
 .BgClassName
 {
   background-color: #040A18;
 }
</style>

border-color css

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

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

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