#101417

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

Shades of Black Pearl #101417

Tints of Black Pearl #101417

Color information

#101417 (or 0x101417) is unknown color: approx Black Pearl. HEX triplet: 10, 14 and 17. RGB value is (16,20,23). Sum of RGB (Red+Green+Blue) = 16+20+23=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #101417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101417 is #EFEBE8. Grayscale: #131313. Windows color (decimal): -15723497 or 1512464. OLE color: 1512464.

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

Color convert

RGB162023-
CMYK0.300.1300.91
HSL205.71º17.95%7.65%-
HSV(B)205.71º30.43%9.02%-
XYZ0.620.670.91-
YUV19.15130.17125.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=27.12%
G=33.90%
B=38.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1620230.300.1300.91205.7117.957.65
Hex1014171ED05Bce128
Octal202427361501333162210
Binary1000010100101111111011010101101111001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101417; }

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

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

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

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

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

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

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

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