#142932

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

Shades of Black Pearl #142932

Tints of Black Pearl #142932

Color information

#142932 (or 0x142932) is unknown color: approx Black Pearl. HEX triplet: 14, 29 and 32. RGB value is (20,41,50). Sum of RGB (Red+Green+Blue) = 20+41+50=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #142932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142932 is #EBD6CD. Grayscale: #232323. Windows color (decimal): -15455950 or 3287316. OLE color: 3287316.

HSL color Cylindrical-coordinate representation of color #142932: hue angle of 198º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142932 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB204150-
CMYK0.600.1800.80
HSL198º42.86%13.73%-
HSV(B)198º60%19.61%-
XYZ1.661.963.31-
YUV35.75136.04116.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=18.02%
G=36.94%
B=45.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2041500.600.1800.8019842.8613.73
Hex1429323C12050c62be
Octal245162742201203065316
Binary101001010011100101111001001001010000110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142932; }

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

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

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

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

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

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

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

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