#142631

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

Shades of Black Pearl #142631

Tints of Black Pearl #142631

Color information

#142631 (or 0x142631) is unknown color: approx Black Pearl. HEX triplet: 14, 26 and 31. RGB value is (20,38,49). Sum of RGB (Red+Green+Blue) = 20+38+49=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #142631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142631 is #EBD9CE. Grayscale: #212121. Windows color (decimal): -15456719 or 3221012. OLE color: 3221012.

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

Color convert

RGB203849-
CMYK0.590.2200.81
HSL202.76º42.03%13.53%-
HSV(B)202.76º59.18%19.22%-
XYZ1.541.763.16-
YUV33.87136.54118.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=18.69%
G=35.51%
B=45.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2038490.590.2200.81202.7642.0313.53
Hex1426313B16051cb2ae
Octal244661732601213135216
Binary101001001101100011110111011001010001110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142631; }

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

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

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

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

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

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

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

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