#13181A

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

Shades of Black Pearl #13181A

Tints of Black Pearl #13181A

Color information

#13181A (or 0x13181A) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 1A. RGB value is (19,24,26). Sum of RGB (Red+Green+Blue) = 19+24+26=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #13181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181A is #ECE7E5. Grayscale: #161616. Windows color (decimal): -15525862 or 1710099. OLE color: 1710099.

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

Color convert

RGB192426-
CMYK0.270.0800.90
HSL197.14º15.56%8.82%-
HSV(B)197.14º26.92%10.2%-
XYZ0.780.871.1-
YUV22.73129.84125.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 24 (9.77% from 255) = 34.78%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=27.54%
G=34.78%
B=37.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1924260.270.0800.90197.1415.568.82
Hex13181A1B805Ac5109
Octal233032331001323052011
Binary1001111000110101101110000101101011000101100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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