Html Css Color HEX #040218 Black Russian

📋 copy color: '#040218'

red 4 ◦ green 2 ◦ blue 24

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

Shades of Black Russian #040218

Tints of Black Russian #040218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.67%

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

R = 13.33%
G = 6.67%
B = 80%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040218 (or 0x040218) is known color: Black Russian. HEX triplet: 04, 02 and 18. RGB value is (4,2,24). Sum of RGB (Red+Green+Blue) = 4+2+24=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #040218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040218 is #FBFDE7. Grayscale: #050505. Windows color (decimal): -16514536 or 1573380. OLE color: 1573380.

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

Color convert

RGB 4 2 24 -
CMYK 0.83 0.92 0 0.91
HSL 245.45º 0.85% 0.05% -
HSV(B) 245.45º 0.92% 0.09% -
XYZ 0.24 0.14 0.88 -
YUV 5.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 4 2 24 0.83 0.92 0 0.91 245.45 0.85 0.05
Hex 4 2 18 53 5C 0 5B F5 55 5
Octal 4 2 30 123 134 0 133 365 125 5
Binary 100 10 11000 1010011 1011100 0 1011011 11110101 1010101 101

Color Harmonies of #040218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040218

Black with #040218

Text Example


Text Example

White with #040218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040218; }

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

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

background-color css

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

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

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

border-color css

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

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

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