#101415

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

Shades of Black Pearl #101415

Tints of Black Pearl #101415

Color information

#101415 (or 0x101415) is unknown color: approx Black Pearl. HEX triplet: 10, 14 and 15. RGB value is (16,20,21). Sum of RGB (Red+Green+Blue) = 16+20+21=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #101415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101415 is #EFEBEA. Grayscale: #121212. Windows color (decimal): -15723499 or 1381392. OLE color: 1381392.

HSL color Cylindrical-coordinate representation of color #101415: hue angle of 192º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #101415 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB162021-
CMYK0.240.0500.92
HSL192º13.51%7.25%-
HSV(B)192º23.81%8.24%-
XYZ0.60.660.81-
YUV18.92129.17125.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=28.07%
G=35.09%
B=36.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620210.240.0500.9219213.517.25
Hex10141518505Cc0e7
Octal2024253050134300167
Binary1000010100101011100010101011100110000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101415; }

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

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

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

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

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

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

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

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