#020318

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

Shades of Black Russian #020318

Tints of Black Russian #020318

Color information

#020318 (or 0x020318) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 18. RGB value is (2,3,24). Sum of RGB (Red+Green+Blue) = 2+3+24=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #020318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020318 is #FDFCE7. Grayscale: #050505. Windows color (decimal): -16645352 or 1573634. OLE color: 1573634.

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

Color convert

RGB2324-
CMYK0.920.8800.91
HSL237.27º84.62%5.1%-
HSV(B)237.27º91.67%9.41%-
XYZ0.220.140.88-
YUV5.1138.67125.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 24 (9.77% from 255) = 82.76%
R=6.90%
G=10.34%
B=82.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23240.920.8800.91237.2784.625.1
Hex23185C5805Bed555
Octal233013413001333551255
Binary1011110001011100101100001011011111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020318; }

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

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

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

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

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

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

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

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