#142B31

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

Shades of Black Pearl #142B31

Tints of Black Pearl #142B31

Color information

#142B31 (or 0x142B31) is unknown color: approx Black Pearl. HEX triplet: 14, 2B and 31. RGB value is (20,43,49). Sum of RGB (Red+Green+Blue) = 20+43+49=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #142B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B31 is #EBD4CE. Grayscale: #242424. Windows color (decimal): -15455439 or 3222292. OLE color: 3222292.

HSL color Cylindrical-coordinate representation of color #142B31: hue angle of 192.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #142B31 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204349-
CMYK0.590.1200.81
HSL192.41º42.03%13.53%-
HSV(B)192.41º59.18%19.22%-
XYZ1.712.13.22-
YUV36.81134.88116.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=17.86%
G=38.39%
B=43.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2043490.590.1200.81192.4142.0313.53
Hex142B313BC051c02ae
Octal245361731401213005216
Binary10100101011110001111011110001010001110000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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