#131A1E

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

Shades of Black Pearl #131A1E

Tints of Black Pearl #131A1E

Color information

#131A1E (or 0x131A1E) is unknown color: approx Black Pearl. HEX triplet: 13, 1A and 1E. RGB value is (19,26,30). Sum of RGB (Red+Green+Blue) = 19+26+30=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #131A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A1E is #ECE5E1. Grayscale: #181818. Windows color (decimal): -15525346 or 1972755. OLE color: 1972755.

HSL color Cylindrical-coordinate representation of color #131A1E: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131A1E is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192630-
CMYK0.370.1300.88
HSL201.82º22.45%9.61%-
HSV(B)201.82º36.67%11.76%-
XYZ0.870.971.37-
YUV24.36131.18124.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 30 (12.11% from 255) = 40%
R=25.33%
G=34.67%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1926300.370.1300.88201.8222.459.61
Hex131A1E25D058ca16a
Octal233236451501303122612
Binary10011110101111010010111010101100011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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