#142025

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

Shades of Black Pearl #142025

Tints of Black Pearl #142025

Color information

#142025 (or 0x142025) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 25. RGB value is (20,32,37). Sum of RGB (Red+Green+Blue) = 20+32+37=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #142025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142025 is #EBDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15458267 or 2433044. OLE color: 2433044.

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

Color convert

RGB203237-
CMYK0.460.1400.85
HSL197.65º29.82%11.18%-
HSV(B)197.65º45.95%14.51%-
XYZ1.141.321.94-
YUV28.98132.52121.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=22.47%
G=35.96%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2032370.460.1400.85197.6529.8211.18
Hex1420252EE055c61eb
Octal244045561601253063613
Binary1010010000010010110111011100101010111000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142025; }

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

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

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

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

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

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

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

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