#14202C

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

Shades of Black Pearl #14202C

Tints of Black Pearl #14202C

Color information

#14202C (or 0x14202C) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 2C. RGB value is (20,32,44). Sum of RGB (Red+Green+Blue) = 20+32+44=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #14202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14202C is #EBDFD3. Grayscale: #1D1D1D. Windows color (decimal): -15458260 or 2891796. OLE color: 2891796.

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

Color convert

RGB203244-
CMYK0.550.2700.83
HSL210º37.5%12.55%-
HSV(B)210º54.55%17.25%-
XYZ1.261.362.58-
YUV29.78136.02121.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=20.83%
G=33.33%
B=45.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2032440.550.2700.8321037.512.55
Hex14202C371B053d225d
Octal244054673301233224515
Binary101001000001011001101111101101010011110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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