#101118

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

Shades of Black Russian #101118

Tints of Black Russian #101118

Color information

#101118 (or 0x101118) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 18. RGB value is (16,17,24). Sum of RGB (Red+Green+Blue) = 16+17+24=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #101118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101118 is #EFEEE7. Grayscale: #111111. Windows color (decimal): -15724264 or 1577232. OLE color: 1577232.

HSL color Cylindrical-coordinate representation of color #101118: hue angle of 232.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 #101118 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161724-
CMYK0.330.2900.91
HSL232.5º20%7.84%-
HSV(B)232.5º33.33%9.41%-
XYZ0.580.580.95-
YUV17.5131.67126.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=28.07%
G=29.82%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1617240.330.2900.91232.5207.84
Hex101118211D05Be8148
Octal202130413501333502410
Binary100001000111000100001111010101101111101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101118; }

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

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

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

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

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

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

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

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