#14222F

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

Shades of Black Pearl #14222F

Tints of Black Pearl #14222F

Color information

#14222F (or 0x14222F) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 2F. RGB value is (20,34,47). Sum of RGB (Red+Green+Blue) = 20+34+47=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #14222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222F is #EBDDD0. Grayscale: #1F1F1F. Windows color (decimal): -15457745 or 3088916. OLE color: 3088916.

HSL color Cylindrical-coordinate representation of color #14222F: hue angle of 208.89º degrees, saturation: 0.4, 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 #14222F is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203447-
CMYK0.570.2800.82
HSL208.89º40.3%13.14%-
HSV(B)208.89º57.45%18.43%-
XYZ1.371.52.91-
YUV31.3136.86119.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=19.80%
G=33.66%
B=46.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2034470.570.2800.82208.8940.313.14
Hex14222F391C052d128d
Octal244257713401223215015
Binary101001000101011111110011110001010010110100011010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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