Html Css Color HEX #040B18 Black Russian

📋 copy color: '#040B18'

red 4 ◦ green 11 ◦ blue 24

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

Shades of Black Russian #040B18

Tints of Black Russian #040B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 28.21%

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

R = 10.26%
G = 28.21%
B = 61.54%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040B18 (or 0x040B18) is known color: Black Russian. HEX triplet: 04, 0B and 18. RGB value is (4,11,24). Sum of RGB (Red+Green+Blue) = 4+11+24=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #040B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B18 is #FBF4E7. Grayscale: #0A0A0A. Windows color (decimal): -16512232 or 1575684. OLE color: 1575684.

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

Color convert

RGB 4 11 24 -
CMYK 0.83 0.54 0 0.91
HSL 219º 0.71% 0.05% -
HSV(B) 219º 0.83% 0.09% -
XYZ 0.33 0.33 0.91 -
YUV 10.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 4 11 24 0.83 0.54 0 0.91 219 0.71 0.05
Hex 4 B 18 53 36 0 5B DB 47 5
Octal 4 13 30 123 66 0 133 333 107 5
Binary 100 1011 11000 1010011 110110 0 1011011 11011011 1000111 101

Color Harmonies of #040B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B18

Black with #040B18

Text Example


Text Example

White with #040B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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