#140F04

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

Shades of Maire #140F04

Tints of Maire #140F04

Color information

#140F04 (or 0x140F04) is unknown color: approx Maire. HEX triplet: 14, 0F and 04. RGB value is (20,15,4). Sum of RGB (Red+Green+Blue) = 20+15+4=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F04 is #EBF0FB. Grayscale: #0F0F0F. Windows color (decimal): -15462652 or 266004. OLE color: 266004.

HSL color Cylindrical-coordinate representation of color #140F04: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140F04 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB20154-
CMYK00.250.800.92
HSL41.25º66.67%4.71%-
HSV(B)41.25º80%7.84%-
XYZ0.480.50.19-
YUV15.24121.66131.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=51.28%
G=38.46%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015400.250.800.9241.2566.674.71
Hex14F4019505C29435
Octal24174031120134511035
Binary101001111100011001101000010111001010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F04; }

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

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

<style>
 a { background-color: #140F04; }

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

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

<style>
 span { border-color: #140F04; }

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

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