#142831

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

Shades of Black Pearl #142831

Tints of Black Pearl #142831

Color information

#142831 (or 0x142831) is unknown color: approx Black Pearl. HEX triplet: 14, 28 and 31. RGB value is (20,40,49). Sum of RGB (Red+Green+Blue) = 20+40+49=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #142831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142831 is #EBD7CE. Grayscale: #222222. Windows color (decimal): -15456207 or 3221524. OLE color: 3221524.

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

Color convert

RGB204049-
CMYK0.590.1800.81
HSL198.62º42.03%13.53%-
HSV(B)198.62º59.18%19.22%-
XYZ1.61.893.19-
YUV35.05135.87117.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=18.35%
G=36.70%
B=44.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2040490.590.1800.81198.6242.0313.53
Hex1428313B12051c72ae
Octal245061732201213075216
Binary101001010001100011110111001001010001110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142831; }

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

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

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

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

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

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

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

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