#150F04

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

Shades of Maire #150F04

Tints of Maire #150F04

Color information

#150F04 (or 0x150F04) is unknown color: approx Maire. HEX triplet: 15, 0F and 04. RGB value is (21,15,4). Sum of RGB (Red+Green+Blue) = 21+15+4=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F04 is #EAF0FB. Grayscale: #0F0F0F. Windows color (decimal): -15397116 or 266005. OLE color: 266005.

HSL color Cylindrical-coordinate representation of color #150F04: hue angle of 38.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150F04 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB21154-
CMYK00.290.810.92
HSL38.82º68%4.9%-
HSV(B)38.82º80.95%8.24%-
XYZ0.50.510.19-
YUV15.54121.49131.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 10%
R=52.5%
G=37.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2115400.290.810.9238.82684.9
Hex15F401D515C27445
Octal25174035121134471045
Binary101011111100011101101000110111001001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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