#131E2A

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

Shades of Black Pearl #131E2A

Tints of Black Pearl #131E2A

Color information

#131E2A (or 0x131E2A) is unknown color: approx Black Pearl. HEX triplet: 13, 1E and 2A. RGB value is (19,30,42). Sum of RGB (Red+Green+Blue) = 19+30+42=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #131E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E2A is #ECE1D5. Grayscale: #1C1C1C. Windows color (decimal): -15524310 or 2760211. OLE color: 2760211.

HSL color Cylindrical-coordinate representation of color #131E2A: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131E2A is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193042-
CMYK0.550.2900.84
HSL211.3º37.7%11.96%-
HSV(B)211.3º54.76%16.47%-
XYZ1.151.232.37-
YUV28.08135.86121.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=20.88%
G=32.97%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1930420.550.2900.84211.337.711.96
Hex131E2A371D054d326c
Octal233652673501243234614
Binary10011111101010101101111110101010100110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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