#131E26

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

Shades of Black Pearl #131E26

Tints of Black Pearl #131E26

Color information

#131E26 (or 0x131E26) is unknown color: approx Black Pearl. HEX triplet: 13, 1E and 26. RGB value is (19,30,38). Sum of RGB (Red+Green+Blue) = 19+30+38=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #131E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E26 is #ECE1D9. Grayscale: #1B1B1B. Windows color (decimal): -15524314 or 2498067. OLE color: 2498067.

HSL color Cylindrical-coordinate representation of color #131E26: hue angle of 205.26º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131E26 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193038-
CMYK0.500.2100.85
HSL205.26º33.33%11.18%-
HSV(B)205.26º50%14.9%-
XYZ1.081.212.01-
YUV27.62133.86121.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=21.84%
G=34.48%
B=43.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1930380.500.2100.85205.2633.3311.18
Hex131E263215055cd21b
Octal233646622501253154113
Binary10011111101001101100101010101010101110011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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