#141D20

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

Shades of Black Pearl #141D20

Tints of Black Pearl #141D20

Color information

#141D20 (or 0x141D20) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 20. RGB value is (20,29,32). Sum of RGB (Red+Green+Blue) = 20+29+32=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #141D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D20 is #EBE2DF. Grayscale: #1A1A1A. Windows color (decimal): -15459040 or 2104596. OLE color: 2104596.

HSL color Cylindrical-coordinate representation of color #141D20: hue angle of 195º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141D20 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202932-
CMYK0.370.0900.87
HSL195º23.08%10.2%-
HSV(B)195º37.5%12.55%-
XYZ0.991.131.53-
YUV26.65131.02123.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=24.69%
G=35.80%
B=39.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2029320.370.0900.8719523.0810.2
Hex141D20259057c317a
Octal243540451101273032712
Binary101001110110000010010110010101011111000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141D20; }

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

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

<style>
 a { background-color: #141D20; }

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

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

<style>
 span { border-color: #141D20; }

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

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