#101517

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

Shades of Black Pearl #101517

Tints of Black Pearl #101517

Color information

#101517 (or 0x101517) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 17. RGB value is (16,21,23). Sum of RGB (Red+Green+Blue) = 16+21+23=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #101517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101517 is #EFEAE8. Grayscale: #131313. Windows color (decimal): -15723241 or 1512720. OLE color: 1512720.

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

Color convert

RGB162123-
CMYK0.300.0900.91
HSL197.14º17.95%7.65%-
HSV(B)197.14º30.43%9.02%-
XYZ0.640.710.91-
YUV19.73129.84125.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=26.67%
G=35%
B=38.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1621230.300.0900.91197.1417.957.65
Hex1015171E905Bc5128
Octal202527361101333052210
Binary1000010101101111111010010101101111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101517; }

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

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

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

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

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

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

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

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