#131B1E

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

Shades of Black Pearl #131B1E

Tints of Black Pearl #131B1E

Color information

#131B1E (or 0x131B1E) is unknown color: approx Black Pearl. HEX triplet: 13, 1B and 1E. RGB value is (19,27,30). Sum of RGB (Red+Green+Blue) = 19+27+30=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #131B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1E is #ECE4E1. Grayscale: #181818. Windows color (decimal): -15525090 or 1973011. OLE color: 1973011.

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

Color convert

RGB192730-
CMYK0.370.1000.88
HSL196.36º22.45%9.61%-
HSV(B)196.36º36.67%11.76%-
XYZ0.891.021.38-
YUV24.95130.85123.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=25%
G=35.53%
B=39.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1927300.370.1000.88196.3622.459.61
Hex131B1E25A058c416a
Octal233336451201303042612
Binary10011110111111010010110100101100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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