#142B34

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

Shades of Black Pearl #142B34

Tints of Black Pearl #142B34

Color information

#142B34 (or 0x142B34) is unknown color: approx Black Pearl. HEX triplet: 14, 2B and 34. RGB value is (20,43,52). Sum of RGB (Red+Green+Blue) = 20+43+52=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #142B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B34 is #EBD4CB. Grayscale: #252525. Windows color (decimal): -15455436 or 3418900. OLE color: 3418900.

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

Color convert

RGB204352-
CMYK0.620.1700.80
HSL196.88º44.44%14.12%-
HSV(B)196.88º61.54%20.39%-
XYZ1.772.123.57-
YUV37.15136.38115.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=17.39%
G=37.39%
B=45.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2043520.620.1700.80196.8844.4414.12
Hex142B343E11050c52ce
Octal245364762101203055416
Binary101001010111101001111101000101010000110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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