#14242C

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

Shades of Black Pearl #14242C

Tints of Black Pearl #14242C

Color information

#14242C (or 0x14242C) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 2C. RGB value is (20,36,44). Sum of RGB (Red+Green+Blue) = 20+36+44=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #14242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242C is #EBDBD3. Grayscale: #202020. Windows color (decimal): -15457236 or 2892820. OLE color: 2892820.

HSL color Cylindrical-coordinate representation of color #14242C: hue angle of 200º 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 #14242C is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203644-
CMYK0.550.1800.83
HSL200º37.5%12.55%-
HSV(B)200º54.55%17.25%-
XYZ1.371.592.62-
YUV32.13134.7119.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 44 (17.58% from 255) = 44%
R=20%
G=36%
B=44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2036440.550.1800.8320037.512.55
Hex14242C3712053c825d
Octal244454672201233104515
Binary101001001001011001101111001001010011110010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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