#131F26

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

Shades of Black Pearl #131F26

Tints of Black Pearl #131F26

Color information

#131F26 (or 0x131F26) is unknown color: approx Black Pearl. HEX triplet: 13, 1F and 26. RGB value is (19,31,38). Sum of RGB (Red+Green+Blue) = 19+31+38=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #131F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F26 is #ECE0D9. Grayscale: #1C1C1C. Windows color (decimal): -15524058 or 2498323. OLE color: 2498323.

HSL color Cylindrical-coordinate representation of color #131F26: hue angle of 202.11º 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 #131F26 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193138-
CMYK0.500.1800.85
HSL202.11º33.33%11.18%-
HSV(B)202.11º50%14.9%-
XYZ1.111.262.02-
YUV28.21133.52121.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=21.59%
G=35.23%
B=43.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1931380.500.1800.85202.1133.3311.18
Hex131F263212055ca21b
Octal233746622201253124113
Binary10011111111001101100101001001010101110010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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