#142931

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

Shades of Black Pearl #142931

Tints of Black Pearl #142931

Color information

#142931 (or 0x142931) is unknown color: approx Black Pearl. HEX triplet: 14, 29 and 31. RGB value is (20,41,49). Sum of RGB (Red+Green+Blue) = 20+41+49=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #142931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142931 is #EBD6CE. Grayscale: #232323. Windows color (decimal): -15455951 or 3221780. OLE color: 3221780.

HSL color Cylindrical-coordinate representation of color #142931: hue angle of 196.55º 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 #142931 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204149-
CMYK0.590.1600.81
HSL196.55º42.03%13.53%-
HSV(B)196.55º59.18%19.22%-
XYZ1.641.963.2-
YUV35.63135.54116.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=18.18%
G=37.27%
B=44.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2041490.590.1600.81196.5542.0313.53
Hex1429313B10051c52ae
Octal245161732001213055216
Binary101001010011100011110111000001010001110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142931; }

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

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

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

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

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

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

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

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