#141A1C

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

Shades of Black Pearl #141A1C

Tints of Black Pearl #141A1C

Color information

#141A1C (or 0x141A1C) is unknown color: approx Black Pearl. HEX triplet: 14, 1A and 1C. RGB value is (20,26,28). Sum of RGB (Red+Green+Blue) = 20+26+28=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: blue. Hex color #141A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A1C is #EBE5E3. Grayscale: #181818. Windows color (decimal): -15459812 or 1841684. OLE color: 1841684.

HSL color Cylindrical-coordinate representation of color #141A1C: hue angle of 195º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #141A1C is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202628-
CMYK0.290.0700.89
HSL195º16.67%9.41%-
HSV(B)195º28.57%10.98%-
XYZ0.870.971.24-
YUV24.43130.01124.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=27.03%
G=35.14%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2026280.290.0700.8919516.679.41
Hex141A1C1D7059c3119
Octal24323435701313032111
Binary101001101011100111011110101100111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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