#142D35

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

Shades of Black Pearl #142D35

Tints of Black Pearl #142D35

Color information

#142D35 (or 0x142D35) is unknown color: approx Black Pearl. HEX triplet: 14, 2D and 35. RGB value is (20,45,53). Sum of RGB (Red+Green+Blue) = 20+45+53=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #142D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D35 is #EBD2CA. Grayscale: #262626. Windows color (decimal): -15454923 or 3484948. OLE color: 3484948.

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

Color convert

RGB204553-
CMYK0.620.1500.79
HSL194.55º45.21%14.31%-
HSV(B)194.55º62.26%20.78%-
XYZ1.872.283.71-
YUV38.44136.22114.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=16.95%
G=38.14%
B=44.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2045530.620.1500.79194.5545.2114.31
Hex142D353EF04Fc32de
Octal245565761701173035516
Binary10100101101110101111110111101001111110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142D35; }

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

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

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

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

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

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

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

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