#141B1D

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

Shades of Black Pearl #141B1D

Tints of Black Pearl #141B1D

Color information

#141B1D (or 0x141B1D) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 1D. RGB value is (20,27,29). Sum of RGB (Red+Green+Blue) = 20+27+29=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #141B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B1D is #EBE4E2. Grayscale: #191919. Windows color (decimal): -15459555 or 1907476. OLE color: 1907476.

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

Color convert

RGB202729-
CMYK0.310.0700.89
HSL193.33º18.37%9.61%-
HSV(B)193.33º31.03%11.37%-
XYZ0.91.021.31-
YUV25.14130.18124.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=26.32%
G=35.53%
B=38.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027290.310.0700.89193.3318.379.61
Hex141B1D1F7059c112a
Octal24333537701313012212
Binary101001101111101111111110101100111000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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