#141E25

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

Shades of Black Pearl #141E25

Tints of Black Pearl #141E25

Color information

#141E25 (or 0x141E25) is unknown color: approx Black Pearl. HEX triplet: 14, 1E and 25. RGB value is (20,30,37). Sum of RGB (Red+Green+Blue) = 20+30+37=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #141E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E25 is #EBE1DA. Grayscale: #1B1B1B. Windows color (decimal): -15458779 or 2432532. OLE color: 2432532.

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

Color convert

RGB203037-
CMYK0.460.1900.85
HSL204.71º29.82%11.18%-
HSV(B)204.71º45.95%14.51%-
XYZ1.091.211.93-
YUV27.81133.19122.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=22.99%
G=34.48%
B=42.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2030370.460.1900.85204.7129.8211.18
Hex141E252E13055cd1eb
Octal243645562301253153613
Binary1010011110100101101110100110101010111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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