#141920

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

Shades of Black Pearl #141920

Tints of Black Pearl #141920

Color information

#141920 (or 0x141920) is unknown color: approx Black Pearl. HEX triplet: 14, 19 and 20. RGB value is (20,25,32). Sum of RGB (Red+Green+Blue) = 20+25+32=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #141920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141920 is #EBE6DF. Grayscale: #181818. Windows color (decimal): -15460064 or 2103572. OLE color: 2103572.

HSL color Cylindrical-coordinate representation of color #141920: hue angle of 215º 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 #141920 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202532-
CMYK0.370.2200.87
HSL215º23.08%10.2%-
HSV(B)215º37.5%12.55%-
XYZ0.90.951.5-
YUV24.3132.34124.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=25.97%
G=32.47%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2025320.370.2200.8721523.0810.2
Hex1419202516057d717a
Octal243140452601273272712
Binary1010011001100000100101101100101011111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141920; }

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

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

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

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

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

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

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

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