#142124

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

Shades of Black Pearl #142124

Tints of Black Pearl #142124

Color information

#142124 (or 0x142124) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 24. RGB value is (20,33,36). Sum of RGB (Red+Green+Blue) = 20+33+36=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #142124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142124 is #EBDEDB. Grayscale: #1D1D1D. Windows color (decimal): -15458012 or 2367764. OLE color: 2367764.

HSL color Cylindrical-coordinate representation of color #142124: hue angle of 191.25º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142124 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB203336-
CMYK0.440.0800.86
HSL191.25º28.57%10.98%-
HSV(B)191.25º44.44%14.12%-
XYZ1.151.361.87-
YUV29.46131.69121.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=22.47%
G=37.08%
B=40.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2033360.440.0800.86191.2528.5710.98
Hex1421242C8056bf1db
Octal244144541001262773513
Binary1010010000110010010110010000101011010111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142124; }

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

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

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

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

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

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

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

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