#010715

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

Shades of Black Russian #010715

Tints of Black Russian #010715

Color information

#010715 (or 0x010715) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 15. RGB value is (1,7,21). Sum of RGB (Red+Green+Blue) = 1+7+21=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #010715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010715 is #FEF8EA. Grayscale: #060606. Windows color (decimal): -16709867 or 1378049. OLE color: 1378049.

HSL color Cylindrical-coordinate representation of color #010715: hue angle of 222º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010715 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB1721-
CMYK0.950.6700.92
HSL222º90.91%4.31%-
HSV(B)222º95.24%8.24%-
XYZ0.220.210.74-
YUV6.8136.01123.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 21 (8.59% from 255) = 72.41%
R=3.45%
G=24.14%
B=72.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal17210.950.6700.9222290.914.31
Hex17155F4305Cde5b4
Octal172513710301343361334
Binary1111101011011111100001101011100110111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010715; }

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

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

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

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

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

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

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

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