#14191E

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

Shades of Black Pearl #14191E

Tints of Black Pearl #14191E

Color information

#14191E (or 0x14191E) is unknown color: approx Black Pearl. HEX triplet: 14, 19 and 1E. RGB value is (20,25,30). Sum of RGB (Red+Green+Blue) = 20+25+30=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #14191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191E is #EBE6E1. Grayscale: #181818. Windows color (decimal): -15460066 or 1972500. OLE color: 1972500.

HSL color Cylindrical-coordinate representation of color #14191E: hue angle of 210º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #14191E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202530-
CMYK0.330.1700.88
HSL210º20%9.8%-
HSV(B)210º33.33%11.76%-
XYZ0.870.941.36-
YUV24.07131.34125.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2025300.330.1700.88210209.8
Hex14191E2111058d214a
Octal243136412101303222412
Binary101001100111110100001100010101100011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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