#131C1D

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

Shades of Black Pearl #131C1D

Tints of Black Pearl #131C1D

Color information

#131C1D (or 0x131C1D) is unknown color: approx Black Pearl. HEX triplet: 13, 1C and 1D. RGB value is (19,28,29). Sum of RGB (Red+Green+Blue) = 19+28+29=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #131C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C1D is #ECE3E2. Grayscale: #191919. Windows color (decimal): -15524835 or 1907731. OLE color: 1907731.

HSL color Cylindrical-coordinate representation of color #131C1D: hue angle of 186º 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 #131C1D is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB192829-
CMYK0.340.0300.89
HSL186º20.83%9.41%-
HSV(B)186º34.48%11.37%-
XYZ0.911.061.32-
YUV25.42130.02123.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=25%
G=36.84%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928290.340.0300.8918620.839.41
Hex131C1D223059ba159
Octal23343542301312722511
Binary100111110011101100010110101100110111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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