#131920

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

Shades of Black Pearl #131920

Tints of Black Pearl #131920

Color information

#131920 (or 0x131920) is unknown color: approx Black Pearl. HEX triplet: 13, 19 and 20. RGB value is (19,25,32). Sum of RGB (Red+Green+Blue) = 19+25+32=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #131920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131920 is #ECE6DF. Grayscale: #171717. Windows color (decimal): -15525600 or 2103571. OLE color: 2103571.

HSL color Cylindrical-coordinate representation of color #131920: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131920 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB192532-
CMYK0.410.2200.87
HSL212.31º25.49%10%-
HSV(B)212.31º40.62%12.55%-
XYZ0.880.941.5-
YUV24132.51124.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=25%
G=32.89%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1925320.410.2200.87212.3125.4910
Hex1319202916057d419a
Octal233140512601273243112
Binary1001111001100000101001101100101011111010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131920; }

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

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

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

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

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

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

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

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