#131618

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

Shades of Black Pearl #131618

Tints of Black Pearl #131618

Color information

#131618 (or 0x131618) is unknown color: approx Black Pearl. HEX triplet: 13, 16 and 18. RGB value is (19,22,24). Sum of RGB (Red+Green+Blue) = 19+22+24=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #131618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131618 is #ECE9E7. Grayscale: #151515. Windows color (decimal): -15526376 or 1578515. OLE color: 1578515.

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

Color convert

RGB192224-
CMYK0.210.0800.91
HSL204º11.63%8.43%-
HSV(B)204º20.83%9.41%-
XYZ0.720.780.98-
YUV21.33129.51126.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=29.23%
G=33.85%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922240.210.0800.9120411.638.43
Hex13161815805Bccc8
Octal232630251001333141410
Binary100111011011000101011000010110111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131618; }

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

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

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

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

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

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

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

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