#131A1D

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

Shades of Black Pearl #131A1D

Tints of Black Pearl #131A1D

Color information

#131A1D (or 0x131A1D) is unknown color: approx Black Pearl. HEX triplet: 13, 1A and 1D. RGB value is (19,26,29). Sum of RGB (Red+Green+Blue) = 19+26+29=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #131A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1D is #ECE5E2. Grayscale: #181818. Windows color (decimal): -15525347 or 1907219. OLE color: 1907219.

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

Color convert

RGB192629-
CMYK0.340.1000.89
HSL198º20.83%9.41%-
HSV(B)198º34.48%11.37%-
XYZ0.860.971.3-
YUV24.25130.68124.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=25.68%
G=35.14%
B=39.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1926290.340.1000.8919820.839.41
Hex131A1D22A059c6159
Octal233235421201313062511
Binary10011110101110110001010100101100111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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