#142224

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

Shades of Black Pearl #142224

Tints of Black Pearl #142224

Color information

#142224 (or 0x142224) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 24. RGB value is (20,34,36). Sum of RGB (Red+Green+Blue) = 20+34+36=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #142224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142224 is #EBDDDB. Grayscale: #1E1E1E. Windows color (decimal): -15457756 or 2368020. OLE color: 2368020.

HSL color Cylindrical-coordinate representation of color #142224: hue angle of 187.5º 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 #142224 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB203436-
CMYK0.440.0600.86
HSL187.5º28.57%10.98%-
HSV(B)187.5º44.44%14.12%-
XYZ1.181.421.88-
YUV30.04131.36120.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 36 (14.45% from 255) = 40%
R=22.22%
G=37.78%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2034360.440.0600.86187.528.5710.98
Hex1422242C6056bc1db
Octal24424454601262743513
Binary101001000101001001011001100101011010111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142224; }

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

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

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

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

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

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

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

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