#142327

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

Shades of Black Pearl #142327

Tints of Black Pearl #142327

Color information

#142327 (or 0x142327) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 27. RGB value is (20,35,39). Sum of RGB (Red+Green+Blue) = 20+35+39=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #142327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142327 is #EBDCD8. Grayscale: #1E1E1E. Windows color (decimal): -15457497 or 2564884. OLE color: 2564884.

HSL color Cylindrical-coordinate representation of color #142327: hue angle of 192.63º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142327 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203539-
CMYK0.490.1000.85
HSL192.63º32.2%11.57%-
HSV(B)192.63º48.72%15.29%-
XYZ1.261.52.14-
YUV30.97132.53120.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=21.28%
G=37.23%
B=41.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2035390.490.1000.85192.6332.211.57
Hex14232731A055c120c
Octal244347611201253014014
Binary10100100011100111110001101001010101110000011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142327; }

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

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

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

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

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

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

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

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