#101318

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

Shades of Black Russian #101318

Tints of Black Russian #101318

Color information

#101318 (or 0x101318) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 18. RGB value is (16,19,24). Sum of RGB (Red+Green+Blue) = 16+19+24=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #101318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101318 is #EFECE7. Grayscale: #121212. Windows color (decimal): -15723752 or 1577744. OLE color: 1577744.

HSL color Cylindrical-coordinate representation of color #101318: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101318 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161924-
CMYK0.330.2100.91
HSL217.5º20%7.84%-
HSV(B)217.5º33.33%9.41%-
XYZ0.610.640.96-
YUV18.67131.01126.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=27.12%
G=32.20%
B=40.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1619240.330.2100.91217.5207.84
Hex101318211505Bda148
Octal202330412501333322410
Binary100001001111000100001101010101101111011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101318; }

 p { color: rgb(16,19,24); }

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

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

 a { background-color: rgb(16,19,24); }

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

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

 span { border-color: rgb(16,19,24); }

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