#040218

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

Shades of Black Russian #040218

Tints of Black Russian #040218

Color information

#040218 (or 0x040218) is unknown color: approx 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

RGB4224-
CMYK0.830.9200.91
HSL245.45º84.62%5.1%-
HSV(B)245.45º91.67%9.41%-
XYZ0.240.140.88-
YUV5.11138.66127.21-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal42240.830.9200.91245.4584.625.1
Hex4218535C05Bf5555
Octal423012313401333651255
Binary10010110001010011101110001011011111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>