#142429

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

Shades of Black Pearl #142429

Tints of Black Pearl #142429

Color information

#142429 (or 0x142429) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 29. RGB value is (20,36,41). Sum of RGB (Red+Green+Blue) = 20+36+41=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #142429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142429 is #EBDBD6. Grayscale: #1F1F1F. Windows color (decimal): -15457239 or 2696212. OLE color: 2696212.

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

Color convert

RGB203641-
CMYK0.510.1200.84
HSL194.29º34.43%11.96%-
HSV(B)194.29º51.22%16.08%-
XYZ1.321.572.33-
YUV31.79133.2119.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=20.62%
G=37.11%
B=42.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2036410.510.1200.84194.2934.4311.96
Hex14242933C054c222c
Octal244451631401243024214
Binary10100100100101001110011110001010100110000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142429; }

 p { color: rgb(20,36,41); }

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

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

 a { background-color: rgb(20,36,41); }

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

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

 span { border-color: rgb(20,36,41); }

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