#141C21

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

Shades of Black Pearl #141C21

Tints of Black Pearl #141C21

Color information

#141C21 (or 0x141C21) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 21. RGB value is (20,28,33). Sum of RGB (Red+Green+Blue) = 20+28+33=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #141C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C21 is #EBE3DE. Grayscale: #1A1A1A. Windows color (decimal): -15459295 or 2169876. OLE color: 2169876.

HSL color Cylindrical-coordinate representation of color #141C21: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141C21 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202833-
CMYK0.390.1500.87
HSL203.08º24.53%10.39%-
HSV(B)203.08º39.39%12.94%-
XYZ0.981.091.6-
YUV26.18131.85123.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=24.69%
G=34.57%
B=40.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2028330.390.1500.87203.0824.5310.39
Hex141C2127F057cb19a
Octal243441471701273133112
Binary101001110010000110011111110101011111001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,33); }

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

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

 a { background-color: rgb(20,28,33); }

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

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

 span { border-color: rgb(20,28,33); }

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