#020713

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

Shades of Black Russian #020713

Tints of Black Russian #020713

Color information

#020713 (or 0x020713) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 13. RGB value is (2,7,19). Sum of RGB (Red+Green+Blue) = 2+7+19=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #020713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020713 is #FDF8EC. Grayscale: #060606. Windows color (decimal): -16644333 or 1246978. OLE color: 1246978.

HSL color Cylindrical-coordinate representation of color #020713: hue angle of 222.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020713 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2719-
CMYK0.890.6300.93
HSL222.35º80.95%4.12%-
HSV(B)222.35º89.47%7.45%-
XYZ0.220.210.65-
YUV6.87134.84124.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 67.86%
R=7.14%
G=25%
B=67.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal27190.890.6300.93222.3580.954.12
Hex2713593F05Dde514
Octal27231317701353361214
Binary1011110011101100111111101011101110111101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020713; }

 p { color: rgb(2,7,19); }

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

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

 a { background-color: rgb(2,7,19); }

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

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

 span { border-color: rgb(2,7,19); }

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