#141F26

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

Shades of Black Pearl #141F26

Tints of Black Pearl #141F26

Color information

#141F26 (or 0x141F26) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 26. RGB value is (20,31,38). Sum of RGB (Red+Green+Blue) = 20+31+38=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #141F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F26 is #EBE0D9. Grayscale: #1C1C1C. Windows color (decimal): -15458522 or 2498324. OLE color: 2498324.

HSL color Cylindrical-coordinate representation of color #141F26: hue angle of 203.33º 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 #141F26 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203138-
CMYK0.470.1800.85
HSL203.33º31.03%11.37%-
HSV(B)203.33º47.37%14.9%-
XYZ1.131.272.02-
YUV28.51133.36121.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 38 (15.23% from 255) = 42.70%
R=22.47%
G=34.83%
B=42.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2031380.470.1800.85203.3331.0311.37
Hex141F262F12055cb1fb
Octal243746572201253133713
Binary1010011111100110101111100100101010111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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