#151304

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

Shades of Maire #151304

Tints of Maire #151304

Color information

#151304 (or 0x151304) is unknown color: approx Maire. HEX triplet: 15, 13 and 04. RGB value is (21,19,4). Sum of RGB (Red+Green+Blue) = 21+19+4=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #151304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151304 is #EAECFB. Grayscale: #111111. Windows color (decimal): -15396092 or 267029. OLE color: 267029.

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

Color convert

RGB21194-
CMYK00.100.810.92
HSL52.94º68%4.9%-
HSV(B)52.94º80.95%8.24%-
XYZ0.560.630.21-
YUV17.89120.16130.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=47.73%
G=43.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2119400.100.810.9252.94684.9
Hex151340A515C35445
Octal25234012121134651045
Binary101011001110001010101000110111001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151304; }

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

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

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

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

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

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

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

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