#142027

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

Shades of Black Pearl #142027

Tints of Black Pearl #142027

Color information

#142027 (or 0x142027) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 27. RGB value is (20,32,39). Sum of RGB (Red+Green+Blue) = 20+32+39=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #142027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142027 is #EBDFD8. Grayscale: #1D1D1D. Windows color (decimal): -15458265 or 2564116. OLE color: 2564116.

HSL color Cylindrical-coordinate representation of color #142027: hue angle of 202.11º 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 #142027 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203239-
CMYK0.490.1800.85
HSL202.11º32.2%11.57%-
HSV(B)202.11º48.72%15.29%-
XYZ1.171.332.11-
YUV29.21133.52121.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=21.98%
G=35.16%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2032390.490.1800.85202.1132.211.57
Hex1420273112055ca20c
Octal244047612201253124014
Binary101001000001001111100011001001010101110010101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142027; }

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

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

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

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

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

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

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

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