#13181B

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

Shades of Black Pearl #13181B

Tints of Black Pearl #13181B

Color information

#13181B (or 0x13181B) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 1B. RGB value is (19,24,27). Sum of RGB (Red+Green+Blue) = 19+24+27=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #13181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181B is #ECE7E4. Grayscale: #161616. Windows color (decimal): -15525861 or 1775635. OLE color: 1775635.

HSL color Cylindrical-coordinate representation of color #13181B: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13181B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192427-
CMYK0.300.1100.89
HSL202.5º17.39%9.02%-
HSV(B)202.5º29.63%10.59%-
XYZ0.790.871.16-
YUV22.85130.34125.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=27.14%
G=34.29%
B=38.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1924270.300.1100.89202.517.399.02
Hex13181B1EB059ca119
Octal233033361301313122111
Binary1001111000110111111010110101100111001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13181B; }

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

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

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

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

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

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

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

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