#14292E

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

Shades of Black Pearl #14292E

Tints of Black Pearl #14292E

Color information

#14292E (or 0x14292E) is unknown color: approx Black Pearl. HEX triplet: 14, 29 and 2E. RGB value is (20,41,46). Sum of RGB (Red+Green+Blue) = 20+41+46=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #14292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292E is #EBD6D1. Grayscale: #232323. Windows color (decimal): -15455954 or 3025172. OLE color: 3025172.

HSL color Cylindrical-coordinate representation of color #14292E: hue angle of 191.54º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14292E is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB204146-
CMYK0.570.1100.82
HSL191.54º39.39%12.94%-
HSV(B)191.54º56.52%18.04%-
XYZ1.571.932.87-
YUV35.29134.04117.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=18.69%
G=38.32%
B=42.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2041460.570.1100.82191.5439.3912.94
Hex14292E39B052c027d
Octal245156711301223004715
Binary10100101001101110111001101101010010110000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14292E; }

 p { color: rgb(20,41,46); }

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

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

 a { background-color: rgb(20,41,46); }

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

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

 span { border-color: rgb(20,41,46); }

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