#010818

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

Shades of Black Russian #010818

Tints of Black Russian #010818

Color information

#010818 (or 0x010818) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 18. RGB value is (1,8,24). Sum of RGB (Red+Green+Blue) = 1+8+24=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #010818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010818 is #FEF7E7. Grayscale: #070707. Windows color (decimal): -16709608 or 1574913. OLE color: 1574913.

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

Color convert

RGB1824-
CMYK0.960.6700.91
HSL221.74º92%4.9%-
HSV(B)221.74º95.83%9.41%-
XYZ0.260.250.9-
YUV7.73137.18123.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 24 (9.77% from 255) = 72.73%
R=3.03%
G=24.24%
B=72.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal18240.960.6700.91221.74924.9
Hex1818604305Bde5c5
Octal1103014010301333361345
Binary11000110001100000100001101011011110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010818; }

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

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

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

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

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

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

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

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