#131517

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

Shades of Black Pearl #131517

Tints of Black Pearl #131517

Color information

#131517 (or 0x131517) is unknown color: approx Black Pearl. HEX triplet: 13, 15 and 17. RGB value is (19,21,23). Sum of RGB (Red+Green+Blue) = 19+21+23=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #131517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131517 is #ECEAE8. Grayscale: #141414. Windows color (decimal): -15526633 or 1512723. OLE color: 1512723.

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

Color convert

RGB192123-
CMYK0.170.0900.91
HSL210º9.52%8.24%-
HSV(B)210º17.39%9.02%-
XYZ0.690.740.92-
YUV20.63129.34126.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=30.16%
G=33.33%
B=36.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1921230.170.0900.912109.528.24
Hex13151711905Bd2a8
Octal232527211101333221210
Binary100111010110111100011001010110111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131517; }

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

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

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

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

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

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

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

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