#010718

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

Shades of Black Russian #010718

Tints of Black Russian #010718

Color information

#010718 (or 0x010718) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 18. RGB value is (1,7,24). Sum of RGB (Red+Green+Blue) = 1+7+24=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 7 (3.12% from 255 or 21.88% 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 #010718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010718 is #FEF8E7. Grayscale: #070707. Windows color (decimal): -16709864 or 1574657. OLE color: 1574657.

HSL color Cylindrical-coordinate representation of color #010718: hue angle of 224.35º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010718 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1724-
CMYK0.960.7100.91
HSL224.35º92%4.9%-
HSV(B)224.35º95.83%9.41%-
XYZ0.250.220.89-
YUV7.14137.51123.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 24 (9.77% from 255) = 75%
R=3.12%
G=21.88%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal17240.960.7100.91224.35924.9
Hex1718604705Be05c5
Octal173014010701333401345
Binary1111110001100000100011101011011111000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010718; }

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

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

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

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

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

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

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

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