#141B26

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

Shades of Black Pearl #141B26

Tints of Black Pearl #141B26

Color information

#141B26 (or 0x141B26) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 26. RGB value is (20,27,38). Sum of RGB (Red+Green+Blue) = 20+27+38=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #141B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B26 is #EBE4D9. Grayscale: #1A1A1A. Windows color (decimal): -15459546 or 2497300. OLE color: 2497300.

HSL color Cylindrical-coordinate representation of color #141B26: hue angle of 216.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141B26 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202738-
CMYK0.470.2900.85
HSL216.67º31.03%11.37%-
HSV(B)216.67º47.37%14.9%-
XYZ1.031.071.99-
YUV26.16134.68123.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=23.53%
G=31.76%
B=44.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2027380.470.2900.85216.6731.0311.37
Hex141B262F1D055d91fb
Octal243346573501253313713
Binary1010011011100110101111111010101010111011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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