#141A1D

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

Shades of Black Pearl #141A1D

Tints of Black Pearl #141A1D

Color information

#141A1D (or 0x141A1D) is unknown color: approx Black Pearl. HEX triplet: 14, 1A and 1D. RGB value is (20,26,29). Sum of RGB (Red+Green+Blue) = 20+26+29=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #141A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A1D is #EBE5E2. Grayscale: #181818. Windows color (decimal): -15459811 or 1907220. OLE color: 1907220.

HSL color Cylindrical-coordinate representation of color #141A1D: hue angle of 200º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #141A1D is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202629-
CMYK0.310.1000.89
HSL200º18.37%9.61%-
HSV(B)200º31.03%11.37%-
XYZ0.880.981.3-
YUV24.55130.51124.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=26.67%
G=34.67%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2026290.310.1000.8920018.379.61
Hex141A1D1FA059c812a
Octal243235371201313102212
Binary1010011010111011111110100101100111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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