#131617

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

Shades of Black Pearl #131617

Tints of Black Pearl #131617

Color information

#131617 (or 0x131617) is unknown color: approx Black Pearl. HEX triplet: 13, 16 and 17. RGB value is (19,22,23). Sum of RGB (Red+Green+Blue) = 19+22+23=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 23 - color contains mainly: blue. Hex color #131617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131617 is #ECE9E8. Grayscale: #151515. Windows color (decimal): -15526377 or 1512979. OLE color: 1512979.

HSL color Cylindrical-coordinate representation of color #131617: hue angle of 195º 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 #131617 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB192223-
CMYK0.170.0400.91
HSL195º9.52%8.24%-
HSV(B)195º17.39%9.02%-
XYZ0.710.770.92-
YUV21.22129.01126.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=29.69%
G=34.38%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922230.170.0400.911959.528.24
Hex13161711405Bc3a8
Octal23262721401333031210
Binary10011101101011110001100010110111100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131617; }

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

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

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

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

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

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

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

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