#14191A

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

Shades of Black Pearl #14191A

Tints of Black Pearl #14191A

Color information

#14191A (or 0x14191A) is unknown color: approx Black Pearl. HEX triplet: 14, 19 and 1A. RGB value is (20,25,26). Sum of RGB (Red+Green+Blue) = 20+25+26=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #14191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191A is #EBE6E5. Grayscale: #171717. Windows color (decimal): -15460070 or 1710356. OLE color: 1710356.

HSL color Cylindrical-coordinate representation of color #14191A: hue angle of 190º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #14191A is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB202526-
CMYK0.230.0400.90
HSL190º13.04%9.02%-
HSV(B)190º23.08%10.2%-
XYZ0.820.921.11-
YUV23.62129.34125.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=28.17%
G=35.21%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025260.230.0400.9019013.049.02
Hex14191A17405Abed9
Octal24313227401322761511
Binary10100110011101010111100010110101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14191A; }

 p { color: rgb(20,25,26); }

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

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

 a { background-color: rgb(20,25,26); }

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

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

 span { border-color: rgb(20,25,26); }

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