#142735

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

Shades of Black Pearl #142735

Tints of Black Pearl #142735

Color information

#142735 (or 0x142735) is unknown color: approx Black Pearl. HEX triplet: 14, 27 and 35. RGB value is (20,39,53). Sum of RGB (Red+Green+Blue) = 20+39+53=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #142735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142735 is #EBD8CA. Grayscale: #222222. Windows color (decimal): -15456459 or 3483412. OLE color: 3483412.

HSL color Cylindrical-coordinate representation of color #142735: hue angle of 205.45º 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 #142735 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203953-
CMYK0.620.2600.79
HSL205.45º45.21%14.31%-
HSV(B)205.45º62.26%20.78%-
XYZ1.661.863.64-
YUV34.92138.21117.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=17.86%
G=34.82%
B=47.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2039530.620.2600.79205.4545.2114.31
Hex1427353E1A04Fcd2de
Octal244765763201173155516
Binary101001001111101011111101101001001111110011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142735; }

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

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

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

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

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

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

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

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