#101017

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

Shades of Black Russian #101017

Tints of Black Russian #101017

Color information

#101017 (or 0x101017) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 17. RGB value is (16,16,23). Sum of RGB (Red+Green+Blue) = 16+16+23=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #101017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101017 is #EFEFE8. Grayscale: #101010. Windows color (decimal): -15724521 or 1511440. OLE color: 1511440.

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

Color convert

RGB161623-
CMYK0.300.3000.91
HSL240º17.95%7.65%-
HSV(B)240º30.43%9.02%-
XYZ0.550.540.89-
YUV16.8131.5127.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=29.09%
G=29.09%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1616230.300.3000.9124017.957.65
Hex1010171E1E05Bf0128
Octal202027363601333602210
Binary10000100001011111110111100101101111110000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101017; }

 p { color: rgb(16,16,23); }

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

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

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

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

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

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

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