#14191B

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

Shades of Black Pearl #14191B

Tints of Black Pearl #14191B

Color information

#14191B (or 0x14191B) is unknown color: approx Black Pearl. HEX triplet: 14, 19 and 1B. RGB value is (20,25,27). Sum of RGB (Red+Green+Blue) = 20+25+27=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #14191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191B is #EBE6E4. Grayscale: #171717. Windows color (decimal): -15460069 or 1775892. OLE color: 1775892.

HSL color Cylindrical-coordinate representation of color #14191B: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14191B is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202527-
CMYK0.260.0700.89
HSL197.14º14.89%9.22%-
HSV(B)197.14º25.93%10.59%-
XYZ0.830.921.17-
YUV23.73129.84125.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=27.78%
G=34.72%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2025270.260.0700.89197.1414.899.22
Hex14191B1A7059c5f9
Octal24313332701313051711
Binary10100110011101111010111010110011100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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