#14242D

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

Shades of Black Pearl #14242D

Tints of Black Pearl #14242D

Color information

#14242D (or 0x14242D) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 2D. RGB value is (20,36,45). Sum of RGB (Red+Green+Blue) = 20+36+45=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #14242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242D is #EBDBD2. Grayscale: #202020. Windows color (decimal): -15457235 or 2958356. OLE color: 2958356.

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

Color convert

RGB203645-
CMYK0.560.200.82
HSL201.6º38.46%12.75%-
HSV(B)201.6º55.56%17.65%-
XYZ1.391.62.72-
YUV32.24135.2119.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=19.80%
G=35.64%
B=44.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2036450.560.200.82201.638.4612.75
Hex14242D3814052ca26d
Octal244455702401223124615
Binary101001001001011011110001010001010010110010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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