#142C34

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

Shades of Black Pearl #142C34

Tints of Black Pearl #142C34

Color information

#142C34 (or 0x142C34) is unknown color: approx Black Pearl. HEX triplet: 14, 2C and 34. RGB value is (20,44,52). Sum of RGB (Red+Green+Blue) = 20+44+52=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #142C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C34 is #EBD3CB. Grayscale: #252525. Windows color (decimal): -15455180 or 3419156. OLE color: 3419156.

HSL color Cylindrical-coordinate representation of color #142C34: hue angle of 195º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142C34 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB204452-
CMYK0.620.1500.80
HSL195º44.44%14.12%-
HSV(B)195º61.54%20.39%-
XYZ1.812.23.58-
YUV37.74136.05115.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=17.24%
G=37.93%
B=44.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2044520.620.1500.8019544.4414.12
Hex142C343EF050c32ce
Octal245464761701203035416
Binary10100101100110100111110111101010000110000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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