#101617

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

Shades of Black Pearl #101617

Tints of Black Pearl #101617

Color information

#101617 (or 0x101617) is unknown color: approx Black Pearl. HEX triplet: 10, 16 and 17. RGB value is (16,22,23). Sum of RGB (Red+Green+Blue) = 16+22+23=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #101617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101617 is #EFE9E8. Grayscale: #141414. Windows color (decimal): -15722985 or 1512976. OLE color: 1512976.

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

Color convert

RGB162223-
CMYK0.300.0400.91
HSL188.57º17.95%7.65%-
HSV(B)188.57º30.43%9.02%-
XYZ0.660.750.92-
YUV20.32129.51124.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=26.23%
G=36.07%
B=37.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1622230.300.0400.91188.5717.957.65
Hex1016171E405Bbd128
Octal20262736401332752210
Binary100001011010111111101000101101110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101617; }

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

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

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

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

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

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

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

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