#13191B

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

Shades of Black Pearl #13191B

Tints of Black Pearl #13191B

Color information

#13191B (or 0x13191B) is unknown color: approx Black Pearl. HEX triplet: 13, 19 and 1B. RGB value is (19,25,27). Sum of RGB (Red+Green+Blue) = 19+25+27=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #13191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191B is #ECE6E4. Grayscale: #171717. Windows color (decimal): -15525605 or 1775891. OLE color: 1775891.

HSL color Cylindrical-coordinate representation of color #13191B: hue angle of 195º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13191B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192527-
CMYK0.300.0700.89
HSL195º17.39%9.02%-
HSV(B)195º29.63%10.59%-
XYZ0.810.911.17-
YUV23.43130.01124.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=26.76%
G=35.21%
B=38.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1925270.300.0700.8919517.399.02
Hex13191B1E7059c3119
Octal23313336701313032111
Binary100111100111011111101110101100111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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