#14140F

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

Shades of Maire #14140F

Tints of Maire #14140F

Color information

#14140F (or 0x14140F) is unknown color: approx Maire. HEX triplet: 14, 14 and 0F. RGB value is (20,20,15). Sum of RGB (Red+Green+Blue) = 20+20+15=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140F is #EBEBF0. Grayscale: #131313. Windows color (decimal): -15461361 or 988180. OLE color: 988180.

HSL color Cylindrical-coordinate representation of color #14140F: hue angle of 60º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #14140F is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB202015-
CMYK000.250.92
HSL60º14.29%6.86%-
HSV(B)60º25%7.84%-
XYZ0.620.680.55-
YUV19.43125.5128.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202015000.250.926014.296.86
Hex1414F00195C3ce7
Octal242417003113474167
Binary10100101001111001100110111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,20,15); }

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

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

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

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

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

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

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