#142131

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

Shades of Black Pearl #142131

Tints of Black Pearl #142131

Color information

#142131 (or 0x142131) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 31. RGB value is (20,33,49). Sum of RGB (Red+Green+Blue) = 20+33+49=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #142131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142131 is #EBDECE. Grayscale: #1E1E1E. Windows color (decimal): -15457999 or 3219732. OLE color: 3219732.

HSL color Cylindrical-coordinate representation of color #142131: hue angle of 213.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142131 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB203349-
CMYK0.590.3300.81
HSL213.1º42.03%13.53%-
HSV(B)213.1º59.18%19.22%-
XYZ1.391.463.11-
YUV30.94138.19120.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=19.61%
G=32.35%
B=48.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2033490.590.3300.81213.142.0313.53
Hex1421313B21051d52ae
Octal244161734101213255216
Binary1010010000111000111101110000101010001110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142131; }

 p { color: rgb(20,33,49); }

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

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

 a { background-color: rgb(20,33,49); }

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

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

 span { border-color: rgb(20,33,49); }

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