#142128

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

Shades of Black Pearl #142128

Tints of Black Pearl #142128

Color information

#142128 (or 0x142128) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 28. RGB value is (20,33,40). Sum of RGB (Red+Green+Blue) = 20+33+40=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #142128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142128 is #EBDED7. Grayscale: #1D1D1D. Windows color (decimal): -15458008 or 2629908. OLE color: 2629908.

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

Color convert

RGB203340-
CMYK0.50.1700.84
HSL201º33.33%11.76%-
HSV(B)201º50%15.69%-
XYZ1.221.392.21-
YUV29.91133.69120.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=21.51%
G=35.48%
B=43.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2033400.50.1700.8420133.3311.76
Hex1421283211054c921c
Octal244150622101243114114
Binary101001000011010001100101000101010100110010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142128; }

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

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

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

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

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

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

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

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