#14222C

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

Shades of Black Pearl #14222C

Tints of Black Pearl #14222C

Color information

#14222C (or 0x14222C) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 2C. RGB value is (20,34,44). Sum of RGB (Red+Green+Blue) = 20+34+44=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #14222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222C is #EBDDD3. Grayscale: #1E1E1E. Windows color (decimal): -15457748 or 2892308. OLE color: 2892308.

HSL color Cylindrical-coordinate representation of color #14222C: hue angle of 205º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14222C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203444-
CMYK0.550.2300.83
HSL205º37.5%12.55%-
HSV(B)205º54.55%17.25%-
XYZ1.321.472.6-
YUV30.95135.36120.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=20.41%
G=34.69%
B=44.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2034440.550.2300.8320537.512.55
Hex14222C3717053cd25d
Octal244254672701233154515
Binary101001000101011001101111011101010011110011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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