#131518

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

Shades of Black Pearl #131518

Tints of Black Pearl #131518

Color information

#131518 (or 0x131518) is unknown color: approx Black Pearl. HEX triplet: 13, 15 and 18. RGB value is (19,21,24). Sum of RGB (Red+Green+Blue) = 19+21+24=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #131518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131518 is #ECEAE7. Grayscale: #141414. Windows color (decimal): -15526632 or 1578259. OLE color: 1578259.

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

Color convert

RGB192124-
CMYK0.210.1300.91
HSL216º11.63%8.43%-
HSV(B)216º20.83%9.41%-
XYZ0.70.740.97-
YUV20.74129.84126.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=29.69%
G=32.81%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1921240.210.1300.9121611.638.43
Hex13151815D05Bd8c8
Octal232530251501333301410
Binary100111010111000101011101010110111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131518; }

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

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

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

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

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

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

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

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