#13171D

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

Shades of Black Pearl #13171D

Tints of Black Pearl #13171D

Color information

#13171D (or 0x13171D) is unknown color: approx Black Pearl. HEX triplet: 13, 17 and 1D. RGB value is (19,23,29). Sum of RGB (Red+Green+Blue) = 19+23+29=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #13171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13171D is #ECE8E2. Grayscale: #161616. Windows color (decimal): -15526115 or 1906451. OLE color: 1906451.

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

Color convert

RGB192329-
CMYK0.340.2100.89
HSL216º20.83%9.41%-
HSV(B)216º34.48%11.37%-
XYZ0.80.841.28-
YUV22.49131.67125.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=26.76%
G=32.39%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1923290.340.2100.8921620.839.41
Hex13171D2215059d8159
Octal232735422501313302511
Binary100111011111101100010101010101100111011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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