#101619

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

Shades of Black Pearl #101619

Tints of Black Pearl #101619

Color information

#101619 (or 0x101619) is unknown color: approx Black Pearl. HEX triplet: 10, 16 and 19. RGB value is (16,22,25). Sum of RGB (Red+Green+Blue) = 16+22+25=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #101619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101619 is #EFE9E6. Grayscale: #141414. Windows color (decimal): -15722983 or 1644048. OLE color: 1644048.

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

Color convert

RGB162225-
CMYK0.360.1200.90
HSL200º21.95%8.04%-
HSV(B)200º36%9.8%-
XYZ0.680.751.03-
YUV20.55130.51124.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=25.40%
G=34.92%
B=39.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1622250.360.1200.9020021.958.04
Hex10161924C05Ac8168
Octal202631441401323102610
Binary10000101101100110010011000101101011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101619; }

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

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

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

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

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

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

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

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