#14181C

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

Shades of Black Pearl #14181C

Tints of Black Pearl #14181C

Color information

#14181C (or 0x14181C) is unknown color: approx Black Pearl. HEX triplet: 14, 18 and 1C. RGB value is (20,24,28). Sum of RGB (Red+Green+Blue) = 20+24+28=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #14181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14181C is #EBE7E3. Grayscale: #171717. Windows color (decimal): -15460324 or 1841172. OLE color: 1841172.

HSL color Cylindrical-coordinate representation of color #14181C: hue angle of 210º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14181C is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202428-
CMYK0.290.1400.89
HSL210º16.67%9.41%-
HSV(B)210º28.57%10.98%-
XYZ0.820.891.23-
YUV23.26130.67125.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2024280.290.1400.8921016.679.41
Hex14181C1DE059d2119
Octal243034351601313222111
Binary1010011000111001110111100101100111010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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