#14292D

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

Shades of Black Pearl #14292D

Tints of Black Pearl #14292D

Color information

#14292D (or 0x14292D) is unknown color: approx Black Pearl. HEX triplet: 14, 29 and 2D. RGB value is (20,41,45). Sum of RGB (Red+Green+Blue) = 20+41+45=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #14292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292D is #EBD6D2. Grayscale: #232323. Windows color (decimal): -15455955 or 2959636. OLE color: 2959636.

HSL color Cylindrical-coordinate representation of color #14292D: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14292D is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB204145-
CMYK0.560.0900.82
HSL189.6º38.46%12.75%-
HSV(B)189.6º55.56%17.65%-
XYZ1.561.922.77-
YUV35.18133.54117.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=18.87%
G=38.68%
B=42.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2041450.560.0900.82189.638.4612.75
Hex14292D389052be26d
Octal245155701101222764615
Binary10100101001101101111000100101010010101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14292D; }

 p { color: rgb(20,41,45); }

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

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

 a { background-color: rgb(20,41,45); }

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

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

 span { border-color: rgb(20,41,45); }

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