#142B36

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

Shades of Black Pearl #142B36

Tints of Black Pearl #142B36

Color information

#142B36 (or 0x142B36) is unknown color: approx Black Pearl. HEX triplet: 14, 2B and 36. RGB value is (20,43,54). Sum of RGB (Red+Green+Blue) = 20+43+54=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #142B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B36 is #EBD4C9. Grayscale: #252525. Windows color (decimal): -15455434 or 3549972. OLE color: 3549972.

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

Color convert

RGB204354-
CMYK0.630.2000.79
HSL199.41º45.95%14.51%-
HSV(B)199.41º62.96%21.18%-
XYZ1.822.143.81-
YUV37.38137.38115.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 54 (21.48% from 255) = 46.15%
R=17.09%
G=36.75%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2043540.630.2000.79199.4145.9514.51
Hex142B363F1404Fc72ef
Octal245366772401173075617
Binary101001010111101101111111010001001111110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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