#151204

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

Shades of Maire #151204

Tints of Maire #151204

Color information

#151204 (or 0x151204) is unknown color: approx Maire. HEX triplet: 15, 12 and 04. RGB value is (21,18,4). Sum of RGB (Red+Green+Blue) = 21+18+4=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #151204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151204 is #EAEDFB. Grayscale: #111111. Windows color (decimal): -15396348 or 266773. OLE color: 266773.

HSL color Cylindrical-coordinate representation of color #151204: hue angle of 49.41º 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 #151204 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB21184-
CMYK00.140.810.92
HSL49.41º68%4.9%-
HSV(B)49.41º80.95%8.24%-
XYZ0.550.60.2-
YUV17.3120.49130.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=48.84%
G=41.86%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2118400.140.810.9249.41684.9
Hex151240E515C31445
Octal25224016121134611045
Binary101011001010001110101000110111001100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151204; }

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

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

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

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

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

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

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

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