#14181E

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

Shades of Black Pearl #14181E

Tints of Black Pearl #14181E

Color information

#14181E (or 0x14181E) is unknown color: approx Black Pearl. HEX triplet: 14, 18 and 1E. RGB value is (20,24,30). Sum of RGB (Red+Green+Blue) = 20+24+30=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #14181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181E is #EBE7E1. Grayscale: #171717. Windows color (decimal): -15460322 or 1972244. OLE color: 1972244.

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

Color convert

RGB202430-
CMYK0.330.2000.88
HSL216º20%9.8%-
HSV(B)216º33.33%11.76%-
XYZ0.850.91.36-
YUV23.49131.67125.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=27.03%
G=32.43%
B=40.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2024300.330.2000.88216209.8
Hex14181E2114058d814a
Octal243036412401303302412
Binary101001100011110100001101000101100011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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