#141B1C

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

Shades of Black Pearl #141B1C

Tints of Black Pearl #141B1C

Color information

#141B1C (or 0x141B1C) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 1C. RGB value is (20,27,28). Sum of RGB (Red+Green+Blue) = 20+27+28=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #141B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B1C is #EBE4E3. Grayscale: #191919. Windows color (decimal): -15459556 or 1841940. OLE color: 1841940.

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

Color convert

RGB202728-
CMYK0.290.0400.89
HSL187.5º16.67%9.41%-
HSV(B)187.5º28.57%10.98%-
XYZ0.891.021.25-
YUV25.02129.68124.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=26.67%
G=36%
B=37.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027280.290.0400.89187.516.679.41
Hex141B1C1D4059bc119
Octal24333435401312742111
Binary101001101111100111011000101100110111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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