#131B1D

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

Shades of Black Pearl #131B1D

Tints of Black Pearl #131B1D

Color information

#131B1D (or 0x131B1D) is unknown color: approx Black Pearl. HEX triplet: 13, 1B and 1D. RGB value is (19,27,29). Sum of RGB (Red+Green+Blue) = 19+27+29=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #131B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1D is #ECE4E2. Grayscale: #181818. Windows color (decimal): -15525091 or 1907475. OLE color: 1907475.

HSL color Cylindrical-coordinate representation of color #131B1D: hue angle of 192º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131B1D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192729-
CMYK0.340.0700.89
HSL192º20.83%9.41%-
HSV(B)192º34.48%11.37%-
XYZ0.881.011.31-
YUV24.84130.35123.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=25.33%
G=36%
B=38.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927290.340.0700.8919220.839.41
Hex131B1D227059c0159
Octal23333542701313002511
Binary1001111011111011000101110101100111000000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131B1D; }

 p { color: rgb(19,27,29); }

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

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

 a { background-color: rgb(19,27,29); }

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

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

 span { border-color: rgb(19,27,29); }

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