#141C1D

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

Shades of Black Pearl #141C1D

Tints of Black Pearl #141C1D

Color information

#141C1D (or 0x141C1D) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 1D. RGB value is (20,28,29). Sum of RGB (Red+Green+Blue) = 20+28+29=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: blue. Hex color #141C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1D is #EBE3E2. Grayscale: #191919. Windows color (decimal): -15459299 or 1907732. OLE color: 1907732.

HSL color Cylindrical-coordinate representation of color #141C1D: hue angle of 186.67º 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 #141C1D is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202829-
CMYK0.310.0300.89
HSL186.67º18.37%9.61%-
HSV(B)186.67º31.03%11.37%-
XYZ0.931.071.32-
YUV25.72129.85123.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=25.97%
G=36.36%
B=37.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028290.310.0300.89186.6718.379.61
Hex141C1D1F3059bb12a
Octal24343537301312732212
Binary10100111001110111111110101100110111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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