#14191D

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

Shades of Black Pearl #14191D

Tints of Black Pearl #14191D

Color information

#14191D (or 0x14191D) is unknown color: approx Black Pearl. HEX triplet: 14, 19 and 1D. RGB value is (20,25,29). Sum of RGB (Red+Green+Blue) = 20+25+29=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #14191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191D is #EBE6E2. Grayscale: #171717. Windows color (decimal): -15460067 or 1906964. OLE color: 1906964.

HSL color Cylindrical-coordinate representation of color #14191D: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #14191D is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202529-
CMYK0.310.1400.89
HSL206.67º18.37%9.61%-
HSV(B)206.67º31.03%11.37%-
XYZ0.860.931.3-
YUV23.96130.84125.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=27.03%
G=33.78%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2025290.310.1400.89206.6718.379.61
Hex14191D1FE059cf12a
Octal243135371601313172212
Binary1010011001111011111111100101100111001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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