#142431

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

Shades of Black Pearl #142431

Tints of Black Pearl #142431

Color information

#142431 (or 0x142431) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 31. RGB value is (20,36,49). Sum of RGB (Red+Green+Blue) = 20+36+49=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #142431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142431 is #EBDBCE. Grayscale: #202020. Windows color (decimal): -15457231 or 3220500. OLE color: 3220500.

HSL color Cylindrical-coordinate representation of color #142431: hue angle of 206.9º 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 #142431 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB203649-
CMYK0.590.2700.81
HSL206.9º42.03%13.53%-
HSV(B)206.9º59.18%19.22%-
XYZ1.471.633.14-
YUV32.7137.2118.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=19.05%
G=34.29%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2036490.590.2700.81206.942.0313.53
Hex1424313B1B051cf2ae
Octal244461733301213175216
Binary101001001001100011110111101101010001110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142431; }

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

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

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

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

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

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

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

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