#101718

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

Shades of Black Pearl #101718

Tints of Black Pearl #101718

Color information

#101718 (or 0x101718) is unknown color: approx Black Pearl. HEX triplet: 10, 17 and 18. RGB value is (16,23,24). Sum of RGB (Red+Green+Blue) = 16+23+24=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #101718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101718 is #EFE8E7. Grayscale: #151515. Windows color (decimal): -15722728 or 1578768. OLE color: 1578768.

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

Color convert

RGB162324-
CMYK0.330.0400.91
HSL187.5º20%7.84%-
HSV(B)187.5º33.33%9.41%-
XYZ0.680.790.98-
YUV21.02129.68124.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=25.40%
G=36.51%
B=38.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623240.330.0400.91187.5207.84
Hex10171821405Bbc148
Octal20273041401332742410
Binary1000010111110001000011000101101110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101718; }

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

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

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

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

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

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

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

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