#142528

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

Shades of Black Pearl #142528

Tints of Black Pearl #142528

Color information

#142528 (or 0x142528) is unknown color: approx Black Pearl. HEX triplet: 14, 25 and 28. RGB value is (20,37,40). Sum of RGB (Red+Green+Blue) = 20+37+40=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #142528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142528 is #EBDAD7. Grayscale: #202020. Windows color (decimal): -15456984 or 2630932. OLE color: 2630932.

HSL color Cylindrical-coordinate representation of color #142528: hue angle of 189º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142528 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203740-
CMYK0.50.0700.84
HSL189º33.33%11.76%-
HSV(B)189º50%15.69%-
XYZ1.331.632.25-
YUV32.26132.37119.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=20.62%
G=38.14%
B=41.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2037400.50.0700.8418933.3311.76
Hex142528327054bd21c
Octal24455062701242754114
Binary1010010010110100011001011101010100101111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142528; }

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

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

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

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

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

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

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

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