#142231

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

Shades of Black Pearl #142231

Tints of Black Pearl #142231

Color information

#142231 (or 0x142231) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 31. RGB value is (20,34,49). Sum of RGB (Red+Green+Blue) = 20+34+49=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #142231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142231 is #EBDDCE. Grayscale: #1F1F1F. Windows color (decimal): -15457743 or 3219988. OLE color: 3219988.

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

Color convert

RGB203449-
CMYK0.590.3100.81
HSL211.03º42.03%13.53%-
HSV(B)211.03º59.18%19.22%-
XYZ1.411.513.12-
YUV31.52137.86119.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=19.42%
G=33.01%
B=47.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2034490.590.3100.81211.0342.0313.53
Hex1422313B1F051d32ae
Octal244261733701213235216
Binary101001000101100011110111111101010001110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142231; }

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

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

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

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

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

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

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

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