#142227

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

Shades of Black Pearl #142227

Tints of Black Pearl #142227

Color information

#142227 (or 0x142227) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 27. RGB value is (20,34,39). Sum of RGB (Red+Green+Blue) = 20+34+39=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #142227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142227 is #EBDDD8. Grayscale: #1E1E1E. Windows color (decimal): -15457753 or 2564628. OLE color: 2564628.

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

Color convert

RGB203439-
CMYK0.490.1300.85
HSL195.79º32.2%11.57%-
HSV(B)195.79º48.72%15.29%-
XYZ1.231.442.13-
YUV30.38132.86120.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=21.51%
G=36.56%
B=41.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2034390.490.1300.85195.7932.211.57
Hex14222731D055c420c
Octal244247611501253044014
Binary10100100010100111110001110101010101110001001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142227; }

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

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

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

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

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

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

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

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