#131E1F

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

Shades of Black Pearl #131E1F

Tints of Black Pearl #131E1F

Color information

#131E1F (or 0x131E1F) is unknown color: approx Black Pearl. HEX triplet: 13, 1E and 1F. RGB value is (19,30,31). Sum of RGB (Red+Green+Blue) = 19+30+31=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #131E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1F is #ECE1E0. Grayscale: #1A1A1A. Windows color (decimal): -15524321 or 2039315. OLE color: 2039315.

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

Color convert

RGB193031-
CMYK0.390.0300.88
HSL185º24%9.8%-
HSV(B)185º38.71%12.16%-
XYZ0.981.171.47-
YUV26.82130.36122.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=23.75%
G=37.5%
B=38.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930310.390.0300.88185249.8
Hex131E1F273058b918a
Octal23363747301302713012
Binary100111111011111100111110101100010111001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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