#14272F

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

Shades of Black Pearl #14272F

Tints of Black Pearl #14272F

Color information

#14272F (or 0x14272F) is unknown color: approx Black Pearl. HEX triplet: 14, 27 and 2F. RGB value is (20,39,47). Sum of RGB (Red+Green+Blue) = 20+39+47=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #14272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14272F is #EBD8D0. Grayscale: #222222. Windows color (decimal): -15456465 or 3090196. OLE color: 3090196.

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

Color convert

RGB203947-
CMYK0.570.1700.82
HSL197.78º40.3%13.14%-
HSV(B)197.78º57.45%18.43%-
XYZ1.531.82.96-
YUV34.23135.21117.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=18.87%
G=36.79%
B=44.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2039470.570.1700.82197.7840.313.14
Hex14272F3911052c628d
Octal244757712101223065015
Binary101001001111011111110011000101010010110001101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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