#141619

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

Shades of Black Pearl #141619

Tints of Black Pearl #141619

Color information

#141619 (or 0x141619) is unknown color: approx Black Pearl. HEX triplet: 14, 16 and 19. RGB value is (20,22,25). Sum of RGB (Red+Green+Blue) = 20+22+25=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: blue. Hex color #141619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141619 is #EBE9E6. Grayscale: #151515. Windows color (decimal): -15460839 or 1644052. OLE color: 1644052.

HSL color Cylindrical-coordinate representation of color #141619: hue angle of 216º 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 #141619 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB202225-
CMYK0.200.1200.90
HSL216º11.11%8.82%-
HSV(B)216º20%9.8%-
XYZ0.750.791.03-
YUV21.74129.84126.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 22 (8.98% from 255) = 32.84%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=29.85%
G=32.84%
B=37.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2022250.200.1200.9021611.118.82
Hex14161914C05Ad8b9
Octal242631241401323301311
Binary101001011011001101001100010110101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141619; }

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

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

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

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

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

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

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

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