#131F25

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

Shades of Black Pearl #131F25

Tints of Black Pearl #131F25

Color information

#131F25 (or 0x131F25) is unknown color: approx Black Pearl. HEX triplet: 13, 1F and 25. RGB value is (19,31,37). Sum of RGB (Red+Green+Blue) = 19+31+37=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #131F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F25 is #ECE0DA. Grayscale: #1C1C1C. Windows color (decimal): -15524059 or 2432787. OLE color: 2432787.

HSL color Cylindrical-coordinate representation of color #131F25: hue angle of 200º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131F25 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193137-
CMYK0.490.1600.85
HSL200º32.14%10.98%-
HSV(B)200º48.65%14.51%-
XYZ1.091.251.93-
YUV28.1133.02121.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=21.84%
G=35.63%
B=42.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1931370.490.1600.8520032.1410.98
Hex131F253110055c820b
Octal233745612001253104013
Binary10011111111001011100011000001010101110010001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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