#142731

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

Shades of Black Pearl #142731

Tints of Black Pearl #142731

Color information

#142731 (or 0x142731) is unknown color: approx Black Pearl. HEX triplet: 14, 27 and 31. RGB value is (20,39,49). Sum of RGB (Red+Green+Blue) = 20+39+49=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #142731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142731 is #EBD8CE. Grayscale: #222222. Windows color (decimal): -15456463 or 3221268. OLE color: 3221268.

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

Color convert

RGB203949-
CMYK0.590.2000.81
HSL200.69º42.03%13.53%-
HSV(B)200.69º59.18%19.22%-
XYZ1.571.823.17-
YUV34.46136.21117.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=18.52%
G=36.11%
B=45.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2039490.590.2000.81200.6942.0313.53
Hex1427313B14051c92ae
Octal244761732401213115216
Binary101001001111100011110111010001010001110010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142731; }

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

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

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

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

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

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

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

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