#142532

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

Shades of Black Pearl #142532

Tints of Black Pearl #142532

Color information

#142532 (or 0x142532) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 32. RGB value is (20,37,50). Sum of RGB (Red+Green+Blue) = 20+37+50=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #142532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142532 is #EBDACD. Grayscale: #212121. Windows color (decimal): -15456974 or 3286292. OLE color: 3286292.

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

Color convert

RGB203750-
CMYK0.600.2600.80
HSL206º42.86%13.73%-
HSV(B)206º60%19.61%-
XYZ1.531.73.27-
YUV33.4137.37118.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=18.69%
G=34.58%
B=46.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2037500.600.2600.8020642.8613.73
Hex1425323C1A050ce2be
Octal244562743201203165316
Binary101001001011100101111001101001010000110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142532; }

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

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

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

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

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

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

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

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