#141D25

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

Shades of Black Pearl #141D25

Tints of Black Pearl #141D25

Color information

#141D25 (or 0x141D25) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 25. RGB value is (20,29,37). Sum of RGB (Red+Green+Blue) = 20+29+37=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #141D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D25 is #EBE2DA. Grayscale: #1B1B1B. Windows color (decimal): -15459035 or 2432276. OLE color: 2432276.

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

Color convert

RGB202937-
CMYK0.460.2200.85
HSL208.24º29.82%11.18%-
HSV(B)208.24º45.95%14.51%-
XYZ1.061.161.92-
YUV27.22133.52122.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=23.26%
G=33.72%
B=43.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2029370.460.2200.85208.2429.8211.18
Hex141D252E16055d01eb
Octal243545562601253203613
Binary1010011101100101101110101100101010111010000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,37); }

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

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

 a { background-color: rgb(20,29,37); }

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

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

 span { border-color: rgb(20,29,37); }

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