#142029

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

Shades of Black Pearl #142029

Tints of Black Pearl #142029

Color information

#142029 (or 0x142029) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 29. RGB value is (20,32,41). Sum of RGB (Red+Green+Blue) = 20+32+41=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #142029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142029 is #EBDFD6. Grayscale: #1D1D1D. Windows color (decimal): -15458263 or 2695188. OLE color: 2695188.

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

Color convert

RGB203241-
CMYK0.510.2200.84
HSL205.71º34.43%11.96%-
HSV(B)205.71º51.22%16.08%-
XYZ1.211.342.29-
YUV29.44134.52121.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=21.51%
G=34.41%
B=44.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2032410.510.2200.84205.7134.4311.96
Hex1420293316054ce22c
Octal244051632601243164214
Binary101001000001010011100111011001010100110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142029; }

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

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

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

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

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

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

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

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