#140F05

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

Shades of Maire #140F05

Tints of Maire #140F05

Color information

#140F05 (or 0x140F05) is unknown color: approx Maire. HEX triplet: 14, 0F and 05. RGB value is (20,15,5). Sum of RGB (Red+Green+Blue) = 20+15+5=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F05 is #EBF0FA. Grayscale: #0F0F0F. Windows color (decimal): -15462651 or 331540. OLE color: 331540.

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

Color convert

RGB20155-
CMYK00.250.750.92
HSL40º60%4.9%-
HSV(B)40º75%7.84%-
XYZ0.490.50.21-
YUV15.36122.16131.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015500.250.750.9240604.9
Hex14F50194B5C283c5
Octal2417503111313450745
Binary10100111110101100110010111011100101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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