#142028

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

Shades of Black Pearl #142028

Tints of Black Pearl #142028

Color information

#142028 (or 0x142028) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 28. RGB value is (20,32,40). Sum of RGB (Red+Green+Blue) = 20+32+40=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #142028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142028 is #EBDFD7. Grayscale: #1D1D1D. Windows color (decimal): -15458264 or 2629652. OLE color: 2629652.

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

Color convert

RGB203240-
CMYK0.50.2000.84
HSL204º33.33%11.76%-
HSV(B)204º50%15.69%-
XYZ1.191.332.2-
YUV29.32134.02121.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=21.74%
G=34.78%
B=43.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2032400.50.2000.8420433.3311.76
Hex1420283214054cc21c
Octal244050622401243144114
Binary101001000001010001100101010001010100110011001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142028; }

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

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

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

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

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

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

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

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