#141B1E

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

Shades of Black Pearl #141B1E

Tints of Black Pearl #141B1E

Color information

#141B1E (or 0x141B1E) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 1E. RGB value is (20,27,30). Sum of RGB (Red+Green+Blue) = 20+27+30=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #141B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B1E is #EBE4E1. Grayscale: #191919. Windows color (decimal): -15459554 or 1973012. OLE color: 1973012.

HSL color Cylindrical-coordinate representation of color #141B1E: hue angle of 198º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141B1E is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202730-
CMYK0.330.1000.88
HSL198º20%9.8%-
HSV(B)198º33.33%11.76%-
XYZ0.911.031.38-
YUV25.25130.68124.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=25.97%
G=35.06%
B=38.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2027300.330.1000.88198209.8
Hex141B1E21A058c614a
Octal243336411201303062412
Binary10100110111111010000110100101100011000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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