#14222E

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

Shades of Black Pearl #14222E

Tints of Black Pearl #14222E

Color information

#14222E (or 0x14222E) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 2E. RGB value is (20,34,46). Sum of RGB (Red+Green+Blue) = 20+34+46=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #14222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222E is #EBDDD1. Grayscale: #1F1F1F. Windows color (decimal): -15457746 or 3023380. OLE color: 3023380.

HSL color Cylindrical-coordinate representation of color #14222E: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14222E is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203446-
CMYK0.570.2600.82
HSL207.69º39.39%12.94%-
HSV(B)207.69º56.52%18.04%-
XYZ1.351.492.8-
YUV31.18136.36120.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 46 (18.36% from 255) = 46%
R=20%
G=34%
B=46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2034460.570.2600.82207.6939.3912.94
Hex14222E391A052d027d
Octal244256713201223204715
Binary101001000101011101110011101001010010110100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14222E; }

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

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

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

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

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

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

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

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