#131820

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

Shades of Black Pearl #131820

Tints of Black Pearl #131820

Color information

#131820 (or 0x131820) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 20. RGB value is (19,24,32). Sum of RGB (Red+Green+Blue) = 19+24+32=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #131820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131820 is #ECE7DF. Grayscale: #171717. Windows color (decimal): -15525856 or 2103315. OLE color: 2103315.

HSL color Cylindrical-coordinate representation of color #131820: hue angle of 216.92º 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 #131820 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB192432-
CMYK0.410.2500.87
HSL216.92º25.49%10%-
HSV(B)216.92º40.62%12.55%-
XYZ0.860.91.49-
YUV23.42132.84124.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=25.33%
G=32%
B=42.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1924320.410.2500.87216.9225.4910
Hex1318202919057d919a
Octal233040513101273313112
Binary1001111000100000101001110010101011111011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131820; }

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

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

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

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

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

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

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

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