#141B25

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

Shades of Black Pearl #141B25

Tints of Black Pearl #141B25

Color information

#141B25 (or 0x141B25) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 25. RGB value is (20,27,37). Sum of RGB (Red+Green+Blue) = 20+27+37=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #141B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B25 is #EBE4DA. Grayscale: #1A1A1A. Windows color (decimal): -15459547 or 2431764. OLE color: 2431764.

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

Color convert

RGB202737-
CMYK0.460.2700.85
HSL215.29º29.82%11.18%-
HSV(B)215.29º45.95%14.51%-
XYZ1.011.071.9-
YUV26.05134.18123.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=23.81%
G=32.14%
B=44.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2027370.460.2700.85215.2929.8211.18
Hex141B252E1B055d71eb
Octal243345563301253273613
Binary1010011011100101101110110110101010111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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