#131718

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

Shades of Black Pearl #131718

Tints of Black Pearl #131718

Color information

#131718 (or 0x131718) is unknown color: approx Black Pearl. HEX triplet: 13, 17 and 18. RGB value is (19,23,24). Sum of RGB (Red+Green+Blue) = 19+23+24=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: blue. Hex color #131718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131718 is #ECE8E7. Grayscale: #151515. Windows color (decimal): -15526120 or 1578771. OLE color: 1578771.

HSL color Cylindrical-coordinate representation of color #131718: hue angle of 192º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131718 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB192324-
CMYK0.210.0400.91
HSL192º11.63%8.43%-
HSV(B)192º20.83%9.41%-
XYZ0.740.820.98-
YUV21.92129.17125.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=28.79%
G=34.85%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923240.210.0400.9119211.638.43
Hex13171815405Bc0c8
Octal23273025401333001410
Binary10011101111100010101100010110111100000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131718; }

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

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

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

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

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

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

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

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