#131B1F

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

Shades of Black Pearl #131B1F

Tints of Black Pearl #131B1F

Color information

#131B1F (or 0x131B1F) is unknown color: approx Black Pearl. HEX triplet: 13, 1B and 1F. RGB value is (19,27,31). Sum of RGB (Red+Green+Blue) = 19+27+31=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #131B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1F is #ECE4E0. Grayscale: #191919. Windows color (decimal): -15525089 or 2038547. OLE color: 2038547.

HSL color Cylindrical-coordinate representation of color #131B1F: hue angle of 200º 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 #131B1F is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192731-
CMYK0.390.1300.88
HSL200º24%9.8%-
HSV(B)200º38.71%12.16%-
XYZ0.911.021.45-
YUV25.06131.35123.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=24.68%
G=35.06%
B=40.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1927310.390.1300.88200249.8
Hex131B1F27D058c818a
Octal233337471501303103012
Binary10011110111111110011111010101100011001000110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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