#14282C

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

Shades of Black Pearl #14282C

Tints of Black Pearl #14282C

Color information

#14282C (or 0x14282C) is unknown color: approx Black Pearl. HEX triplet: 14, 28 and 2C. RGB value is (20,40,44). Sum of RGB (Red+Green+Blue) = 20+40+44=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #14282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14282C is #EBD7D3. Grayscale: #222222. Windows color (decimal): -15456212 or 2893844. OLE color: 2893844.

HSL color Cylindrical-coordinate representation of color #14282C: hue angle of 190º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14282C is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB204044-
CMYK0.550.0900.83
HSL190º37.5%12.55%-
HSV(B)190º54.55%17.25%-
XYZ1.51.852.66-
YUV34.48133.37117.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=19.23%
G=38.46%
B=42.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2040440.550.0900.8319037.512.55
Hex14282C379053be25d
Octal245054671101232764515
Binary10100101000101100110111100101010011101111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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