#142225

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

Shades of Black Pearl #142225

Tints of Black Pearl #142225

Color information

#142225 (or 0x142225) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 25. RGB value is (20,34,37). Sum of RGB (Red+Green+Blue) = 20+34+37=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #142225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142225 is #EBDDDA. Grayscale: #1E1E1E. Windows color (decimal): -15457755 or 2433556. OLE color: 2433556.

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

Color convert

RGB203437-
CMYK0.460.0800.85
HSL190.59º29.82%11.18%-
HSV(B)190.59º45.95%14.51%-
XYZ1.191.431.96-
YUV30.16131.86120.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=21.98%
G=37.36%
B=40.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2034370.460.0800.85190.5929.8211.18
Hex1422252E8055bf1eb
Octal244245561001252773613
Binary1010010001010010110111010000101010110111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142225; }

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

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

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

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

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

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

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

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