#101119

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

Shades of Black Russian #101119

Tints of Black Russian #101119

Color information

#101119 (or 0x101119) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 19. RGB value is (16,17,25). Sum of RGB (Red+Green+Blue) = 16+17+25=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #101119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101119 is #EFEEE6. Grayscale: #111111. Windows color (decimal): -15724263 or 1642768. OLE color: 1642768.

HSL color Cylindrical-coordinate representation of color #101119: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101119 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB161725-
CMYK0.360.3200.90
HSL233.33º21.95%8.04%-
HSV(B)233.33º36%9.8%-
XYZ0.590.581-
YUV17.61132.17126.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 25 (10.16% from 255) = 43.10%
R=27.59%
G=29.31%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1617250.360.3200.90233.3321.958.04
Hex101119242005Ae9168
Octal202131444001323512610
Binary1000010001110011001001000000101101011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101119; }

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

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

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

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

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

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

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

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