#141F29

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

Shades of Black Pearl #141F29

Tints of Black Pearl #141F29

Color information

#141F29 (or 0x141F29) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 29. RGB value is (20,31,41). Sum of RGB (Red+Green+Blue) = 20+31+41=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #141F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F29 is #EBE0D6. Grayscale: #1C1C1C. Windows color (decimal): -15458519 or 2694932. OLE color: 2694932.

HSL color Cylindrical-coordinate representation of color #141F29: hue angle of 208.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #141F29 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203141-
CMYK0.510.2400.84
HSL208.57º34.43%11.96%-
HSV(B)208.57º51.22%16.08%-
XYZ1.181.292.28-
YUV28.85134.86121.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=21.74%
G=33.70%
B=44.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2031410.510.2400.84208.5734.4311.96
Hex141F293318054d122c
Octal243751633001243214214
Binary10100111111010011100111100001010100110100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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