#142835

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

Shades of Black Pearl #142835

Tints of Black Pearl #142835

Color information

#142835 (or 0x142835) is unknown color: approx Black Pearl. HEX triplet: 14, 28 and 35. RGB value is (20,40,53). Sum of RGB (Red+Green+Blue) = 20+40+53=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #142835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142835 is #EBD7CA. Grayscale: #232323. Windows color (decimal): -15456203 or 3483668. OLE color: 3483668.

HSL color Cylindrical-coordinate representation of color #142835: hue angle of 203.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142835 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204053-
CMYK0.620.2500.79
HSL203.64º45.21%14.31%-
HSV(B)203.64º62.26%20.78%-
XYZ1.691.923.65-
YUV35.5137.87116.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=17.70%
G=35.40%
B=46.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2040530.620.2500.79203.6445.2114.31
Hex1428353E1904Fcc2de
Octal245065763101173145516
Binary101001010001101011111101100101001111110011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142835; }

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

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

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

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

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

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

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

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