#142228

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

Shades of Black Pearl #142228

Tints of Black Pearl #142228

Color information

#142228 (or 0x142228) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 28. RGB value is (20,34,40). Sum of RGB (Red+Green+Blue) = 20+34+40=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #142228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142228 is #EBDDD7. Grayscale: #1E1E1E. Windows color (decimal): -15457752 or 2630164. OLE color: 2630164.

HSL color Cylindrical-coordinate representation of color #142228: hue angle of 198º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142228 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203440-
CMYK0.50.1500.84
HSL198º33.33%11.76%-
HSV(B)198º50%15.69%-
XYZ1.241.452.22-
YUV30.5133.36120.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=21.28%
G=36.17%
B=42.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2034400.50.1500.8419833.3311.76
Hex14222832F054c621c
Octal244250621701243064114
Binary10100100010101000110010111101010100110001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142228; }

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

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

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

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

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

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

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

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