#142326

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

Shades of Black Pearl #142326

Tints of Black Pearl #142326

Color information

#142326 (or 0x142326) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 26. RGB value is (20,35,38). Sum of RGB (Red+Green+Blue) = 20+35+38=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #142326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142326 is #EBDCD9. Grayscale: #1E1E1E. Windows color (decimal): -15457498 or 2499348. OLE color: 2499348.

HSL color Cylindrical-coordinate representation of color #142326: hue angle of 190º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142326 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203538-
CMYK0.470.0800.85
HSL190º31.03%11.37%-
HSV(B)190º47.37%14.9%-
XYZ1.241.492.06-
YUV30.86132.03120.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=21.51%
G=37.63%
B=40.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2035380.470.0800.8519031.0311.37
Hex1423262F8055be1fb
Octal244346571001252763713
Binary1010010001110011010111110000101010110111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142326; }

 p { color: rgb(20,35,38); }

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

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

 a { background-color: rgb(20,35,38); }

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

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

 span { border-color: rgb(20,35,38); }

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