#020418

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

Shades of Black Russian #020418

Tints of Black Russian #020418

Color information

#020418 (or 0x020418) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 18. RGB value is (2,4,24). Sum of RGB (Red+Green+Blue) = 2+4+24=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 4 (1.95% from 255 or 13.33% 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 #020418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020418 is #FDFBE7. Grayscale: #050505. Windows color (decimal): -16645096 or 1573890. OLE color: 1573890.

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

Color convert

RGB2424-
CMYK0.920.8300.91
HSL234.55º84.62%5.1%-
HSV(B)234.55º91.67%9.41%-
XYZ0.230.170.88-
YUV5.68138.34125.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 24 (9.77% from 255) = 80%
R=6.67%
G=13.33%
B=80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24240.920.8300.91234.5584.625.1
Hex24185C5305Beb555
Octal243013412301333531255
Binary10100110001011100101001101011011111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020418; }

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

 H1.HeaderClassName
 {
   color: #020418;
 }
 .AnyTagClassName
 {
   color: #020418;
 }
</style>
background-color css

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

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

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

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

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

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