#13191C

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

Shades of Black Pearl #13191C

Tints of Black Pearl #13191C

Color information

#13191C (or 0x13191C) is unknown color: approx Black Pearl. HEX triplet: 13, 19 and 1C. RGB value is (19,25,28). Sum of RGB (Red+Green+Blue) = 19+25+28=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #13191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191C is #ECE6E3. Grayscale: #171717. Windows color (decimal): -15525604 or 1841427. OLE color: 1841427.

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

Color convert

RGB192528-
CMYK0.320.1100.89
HSL200º19.15%9.22%-
HSV(B)200º32.14%10.98%-
XYZ0.830.921.23-
YUV23.55130.51124.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=26.39%
G=34.72%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1925280.320.1100.8920019.159.22
Hex13191C20B059c8139
Octal233134401301313102311
Binary10011110011110010000010110101100111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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