#142428

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

Shades of Black Pearl #142428

Tints of Black Pearl #142428

Color information

#142428 (or 0x142428) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 28. RGB value is (20,36,40). Sum of RGB (Red+Green+Blue) = 20+36+40=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #142428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142428 is #EBDBD7. Grayscale: #1F1F1F. Windows color (decimal): -15457240 or 2630676. OLE color: 2630676.

HSL color Cylindrical-coordinate representation of color #142428: hue angle of 192º 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 #142428 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203640-
CMYK0.50.1000.84
HSL192º33.33%11.76%-
HSV(B)192º50%15.69%-
XYZ1.31.562.24-
YUV31.67132.7119.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=20.83%
G=37.5%
B=41.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2036400.50.1000.8419233.3311.76
Hex14242832A054c021c
Octal244450621201243004114
Binary10100100100101000110010101001010100110000001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142428; }

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

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

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

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

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

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

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

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