#13191D

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

Shades of Black Pearl #13191D

Tints of Black Pearl #13191D

Color information

#13191D (or 0x13191D) is unknown color: approx Black Pearl. HEX triplet: 13, 19 and 1D. RGB value is (19,25,29). Sum of RGB (Red+Green+Blue) = 19+25+29=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #13191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191D is #ECE6E2. Grayscale: #171717. Windows color (decimal): -15525603 or 1906963. OLE color: 1906963.

HSL color Cylindrical-coordinate representation of color #13191D: hue angle of 204º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #13191D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192529-
CMYK0.340.1400.89
HSL204º20.83%9.41%-
HSV(B)204º34.48%11.37%-
XYZ0.840.921.3-
YUV23.66131.01124.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=26.03%
G=34.25%
B=39.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1925290.340.1400.8920420.839.41
Hex13191D22E059cc159
Octal233135421601313142511
Binary10011110011110110001011100101100111001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13191D; }

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

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

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

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

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

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

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

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