#142031

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

Shades of Black Pearl #142031

Tints of Black Pearl #142031

Color information

#142031 (or 0x142031) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 31. RGB value is (20,32,49). Sum of RGB (Red+Green+Blue) = 20+32+49=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #142031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142031 is #EBDFCE. Grayscale: #1E1E1E. Windows color (decimal): -15458255 or 3219476. OLE color: 3219476.

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

Color convert

RGB203249-
CMYK0.590.3500.81
HSL215.17º42.03%13.53%-
HSV(B)215.17º59.18%19.22%-
XYZ1.361.43.1-
YUV30.35138.52120.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=19.80%
G=31.68%
B=48.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2032490.590.3500.81215.1742.0313.53
Hex1420313B23051d72ae
Octal244061734301213275216
Binary1010010000011000111101110001101010001110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142031; }

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

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

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

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

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

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

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

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