#142328

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

Shades of Black Pearl #142328

Tints of Black Pearl #142328

Color information

#142328 (or 0x142328) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 28. RGB value is (20,35,40). Sum of RGB (Red+Green+Blue) = 20+35+40=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #142328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142328 is #EBDCD7. Grayscale: #1F1F1F. Windows color (decimal): -15457496 or 2630420. OLE color: 2630420.

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

Color convert

RGB203540-
CMYK0.50.1200.84
HSL195º33.33%11.76%-
HSV(B)195º50%15.69%-
XYZ1.271.52.23-
YUV31.08133.03120.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=21.05%
G=36.84%
B=42.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2035400.50.1200.8419533.3311.76
Hex14232832C054c321c
Octal244350621401243034114
Binary10100100011101000110010110001010100110000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142328; }

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

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

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

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

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

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

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

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