#101519

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

Shades of Black Pearl #101519

Tints of Black Pearl #101519

Color information

#101519 (or 0x101519) is unknown color: approx Black Pearl. HEX triplet: 10, 15 and 19. RGB value is (16,21,25). Sum of RGB (Red+Green+Blue) = 16+21+25=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #101519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101519 is #EFEAE6. Grayscale: #131313. Windows color (decimal): -15723239 or 1643792. OLE color: 1643792.

HSL color Cylindrical-coordinate representation of color #101519: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101519 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB162125-
CMYK0.360.1600.90
HSL206.67º21.95%8.04%-
HSV(B)206.67º36%9.8%-
XYZ0.660.721.02-
YUV19.96130.84125.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=25.81%
G=33.87%
B=40.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1621250.360.1600.90206.6721.958.04
Hex101519241005Acf168
Octal202531442001323172610
Binary100001010111001100100100000101101011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101519; }

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

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

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

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

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

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

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

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