#101819

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

Shades of Black Pearl #101819

Tints of Black Pearl #101819

Color information

#101819 (or 0x101819) is unknown color: approx Black Pearl. HEX triplet: 10, 18 and 19. RGB value is (16,24,25). Sum of RGB (Red+Green+Blue) = 16+24+25=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #101819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101819 is #EFE7E6. Grayscale: #151515. Windows color (decimal): -15722471 or 1644560. OLE color: 1644560.

HSL color Cylindrical-coordinate representation of color #101819: hue angle of 186.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 #101819 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB162425-
CMYK0.360.0400.90
HSL186.67º21.95%8.04%-
HSV(B)186.67º36%9.8%-
XYZ0.720.831.04-
YUV21.72129.85123.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=24.62%
G=36.92%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1624250.360.0400.90186.6721.958.04
Hex10181924405Abb168
Octal20303144401322732610
Binary1000011000110011001001000101101010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101819; }

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

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

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

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

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

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

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

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