#14282D

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

Shades of Black Pearl #14282D

Tints of Black Pearl #14282D

Color information

#14282D (or 0x14282D) is unknown color: approx Black Pearl. HEX triplet: 14, 28 and 2D. RGB value is (20,40,45). Sum of RGB (Red+Green+Blue) = 20+40+45=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #14282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14282D is #EBD7D2. Grayscale: #222222. Windows color (decimal): -15456211 or 2959380. OLE color: 2959380.

HSL color Cylindrical-coordinate representation of color #14282D: hue angle of 192º 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 #14282D is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB204045-
CMYK0.560.1100.82
HSL192º38.46%12.75%-
HSV(B)192º55.56%17.65%-
XYZ1.521.862.76-
YUV34.59133.87117.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2040450.560.1100.8219238.4612.75
Hex14282D38B052c026d
Octal245055701301223004615
Binary10100101000101101111000101101010010110000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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