#131619

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

Shades of Black Pearl #131619

Tints of Black Pearl #131619

Color information

#131619 (or 0x131619) is unknown color: approx Black Pearl. HEX triplet: 13, 16 and 19. RGB value is (19,22,25). Sum of RGB (Red+Green+Blue) = 19+22+25=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #131619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131619 is #ECE9E6. Grayscale: #151515. Windows color (decimal): -15526375 or 1644051. OLE color: 1644051.

HSL color Cylindrical-coordinate representation of color #131619: hue angle of 210º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131619 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB192225-
CMYK0.240.1200.90
HSL210º13.64%8.63%-
HSV(B)210º24%9.8%-
XYZ0.730.781.03-
YUV21.44130.01126.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 22 (8.98% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=28.79%
G=33.33%
B=37.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1922250.240.1200.9021013.648.63
Hex13161918C05Ad2e9
Octal232631301401323221611
Binary100111011011001110001100010110101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131619; }

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

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

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

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

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

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

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

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