#101018

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

Shades of Black Russian #101018

Tints of Black Russian #101018

Color information

#101018 (or 0x101018) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 18. RGB value is (16,16,24). Sum of RGB (Red+Green+Blue) = 16+16+24=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #101018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101018 is #EFEFE7. Grayscale: #101010. Windows color (decimal): -15724520 or 1576976. OLE color: 1576976.

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

Color convert

RGB161624-
CMYK0.330.3300.91
HSL240º20%7.84%-
HSV(B)240º33.33%9.41%-
XYZ0.560.550.94-
YUV16.91132127.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=28.57%
G=28.57%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1616240.330.3300.91240207.84
Hex101018212105Bf0148
Octal202030414101333602410
Binary1000010000110001000011000010101101111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101018; }

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

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

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

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

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

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

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

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