#142C36

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

Shades of Black Pearl #142C36

Tints of Black Pearl #142C36

Color information

#142C36 (or 0x142C36) is unknown color: approx Black Pearl. HEX triplet: 14, 2C and 36. RGB value is (20,44,54). Sum of RGB (Red+Green+Blue) = 20+44+54=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #142C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C36 is #EBD3C9. Grayscale: #252525. Windows color (decimal): -15455178 or 3550228. OLE color: 3550228.

HSL color Cylindrical-coordinate representation of color #142C36: hue angle of 197.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142C36 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204454-
CMYK0.630.1900.79
HSL197.65º45.95%14.51%-
HSV(B)197.65º62.96%21.18%-
XYZ1.862.223.82-
YUV37.96137.05115.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 54 (21.48% from 255) = 45.76%
R=16.95%
G=37.29%
B=45.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2044540.630.1900.79197.6545.9514.51
Hex142C363F1304Fc62ef
Octal245466772301173065617
Binary101001011001101101111111001101001111110001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,44,54); }

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

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

 a { background-color: rgb(20,44,54); }

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

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

 span { border-color: rgb(20,44,54); }

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