#141A1B

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

Shades of Black Pearl #141A1B

Tints of Black Pearl #141A1B

Color information

#141A1B (or 0x141A1B) is unknown color: approx Black Pearl. HEX triplet: 14, 1A and 1B. RGB value is (20,26,27). Sum of RGB (Red+Green+Blue) = 20+26+27=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: blue. Hex color #141A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A1B is #EBE5E4. Grayscale: #181818. Windows color (decimal): -15459813 or 1776148. OLE color: 1776148.

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

Color convert

RGB202627-
CMYK0.260.0400.89
HSL188.57º14.89%9.22%-
HSV(B)188.57º25.93%10.59%-
XYZ0.860.971.18-
YUV24.32129.51124.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=27.40%
G=35.62%
B=36.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2026270.260.0400.89188.5714.899.22
Hex141A1B1A4059bdf9
Octal24323332401312751711
Binary10100110101101111010100010110011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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