#13191F

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

Shades of Black Pearl #13191F

Tints of Black Pearl #13191F

Color information

#13191F (or 0x13191F) is unknown color: approx Black Pearl. HEX triplet: 13, 19 and 1F. RGB value is (19,25,31). Sum of RGB (Red+Green+Blue) = 19+25+31=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #13191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191F is #ECE6E0. Grayscale: #171717. Windows color (decimal): -15525601 or 2038035. OLE color: 2038035.

HSL color Cylindrical-coordinate representation of color #13191F: hue angle of 210º 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 #13191F is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192531-
CMYK0.390.1900.88
HSL210º24%9.8%-
HSV(B)210º38.71%12.16%-
XYZ0.860.931.43-
YUV23.89132.01124.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=25.33%
G=33.33%
B=41.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1925310.390.1900.88210249.8
Hex13191F2713058d218a
Octal233137472301303223012
Binary100111100111111100111100110101100011010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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