#13181F

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

Shades of Black Pearl #13181F

Tints of Black Pearl #13181F

Color information

#13181F (or 0x13181F) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 1F. RGB value is (19,24,31). Sum of RGB (Red+Green+Blue) = 19+24+31=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #13181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181F is #ECE7E0. Grayscale: #171717. Windows color (decimal): -15525857 or 2037779. OLE color: 2037779.

HSL color Cylindrical-coordinate representation of color #13181F: hue angle of 215º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #13181F is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192431-
CMYK0.390.2300.88
HSL215º24%9.8%-
HSV(B)215º38.71%12.16%-
XYZ0.840.891.42-
YUV23.3132.34124.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=25.68%
G=32.43%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1924310.390.2300.88215249.8
Hex13181F2717058d718a
Octal233037472701303273012
Binary100111100011111100111101110101100011010111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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