#020618

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

Shades of Black Russian #020618

Tints of Black Russian #020618

Color information

#020618 (or 0x020618) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 18. RGB value is (2,6,24). Sum of RGB (Red+Green+Blue) = 2+6+24=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #020618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020618 is #FDF9E7. Grayscale: #060606. Windows color (decimal): -16644584 or 1574402. OLE color: 1574402.

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

Color convert

RGB2624-
CMYK0.920.7500.91
HSL229.09º84.62%5.1%-
HSV(B)229.09º91.67%9.41%-
XYZ0.260.210.89-
YUV6.86137.67124.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 24 (9.77% from 255) = 75%
R=6.25%
G=18.75%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal26240.920.7500.91229.0984.625.1
Hex26185C4B05Be5555
Octal263013411301333451255
Binary10110110001011100100101101011011111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020618; }

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

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

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

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

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

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

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

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