#13181D

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

Shades of Black Pearl #13181D

Tints of Black Pearl #13181D

Color information

#13181D (or 0x13181D) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 1D. RGB value is (19,24,29). Sum of RGB (Red+Green+Blue) = 19+24+29=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #13181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181D is #ECE7E2. Grayscale: #171717. Windows color (decimal): -15525859 or 1906707. OLE color: 1906707.

HSL color Cylindrical-coordinate representation of color #13181D: hue angle of 210º 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 #13181D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192429-
CMYK0.340.1700.89
HSL210º20.83%9.41%-
HSV(B)210º34.48%11.37%-
XYZ0.820.881.29-
YUV23.08131.34125.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=26.39%
G=33.33%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1924290.340.1700.8921020.839.41
Hex13181D2211059d2159
Octal233035422101313222511
Binary100111100011101100010100010101100111010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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