#142832

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

Shades of Black Pearl #142832

Tints of Black Pearl #142832

Color information

#142832 (or 0x142832) is unknown color: approx Black Pearl. HEX triplet: 14, 28 and 32. RGB value is (20,40,50). Sum of RGB (Red+Green+Blue) = 20+40+50=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #142832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142832 is #EBD7CD. Grayscale: #232323. Windows color (decimal): -15456206 or 3287060. OLE color: 3287060.

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

Color convert

RGB204050-
CMYK0.600.2000.80
HSL200º42.86%13.73%-
HSV(B)200º60%19.61%-
XYZ1.621.93.3-
YUV35.16136.37117.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2040500.600.2000.8020042.8613.73
Hex1428323C14050c82be
Octal245062742401203105316
Binary101001010001100101111001010001010000110010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142832; }

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

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

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

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

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

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

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

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