#020715

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

Shades of Black Russian #020715

Tints of Black Russian #020715

Color information

#020715 (or 0x020715) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 15. RGB value is (2,7,21). Sum of RGB (Red+Green+Blue) = 2+7+21=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 21 (8.59% from 255 or 70% from 30); Max value from RGB is 21 - color contains mainly: blue. Hex color #020715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020715 is #FDF8EA. Grayscale: #070707. Windows color (decimal): -16644331 or 1378050. OLE color: 1378050.

HSL color Cylindrical-coordinate representation of color #020715: hue angle of 224.21º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020715 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2721-
CMYK0.900.6700.92
HSL224.21º82.61%4.51%-
HSV(B)224.21º90.48%8.24%-
XYZ0.240.220.74-
YUV7.1135.84124.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 21 (8.59% from 255) = 70%
R=6.67%
G=23.33%
B=70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal27210.900.6700.92224.2182.614.51
Hex27155A4305Ce0535
Octal272513210301343401235
Binary10111101011011010100001101011100111000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020715; }

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

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

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

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

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

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

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

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