#141819

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

Shades of Black Pearl #141819

Tints of Black Pearl #141819

Color information

#141819 (or 0x141819) is unknown color: approx Black Pearl. HEX triplet: 14, 18 and 19. RGB value is (20,24,25). Sum of RGB (Red+Green+Blue) = 20+24+25=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: blue. Hex color #141819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141819 is #EBE7E6. Grayscale: #161616. Windows color (decimal): -15460327 or 1644564. OLE color: 1644564.

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

Color convert

RGB202425-
CMYK0.200.0400.90
HSL192º11.11%8.82%-
HSV(B)192º20%9.8%-
XYZ0.790.871.05-
YUV22.92129.17125.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 24 (9.77% from 255) = 34.78%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=28.99%
G=34.78%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2024250.200.0400.9019211.118.82
Hex14181914405Ac0b9
Octal24303124401323001311
Binary10100110001100110100100010110101100000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141819; }

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

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

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

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

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

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

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

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