Shades of Maire #151302
Tints of Maire #151302
RGB
CMYK
RGB Variations
Color information
#151302 (or 0x151302) is known color: Maire. HEX triplet: 15, 13 and 02. RGB value is (21,19,2). Sum of RGB (Red+Green+Blue) = 21+19+2=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #151302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151302 is #EAECFD. Grayscale: #111111. Windows color (decimal): -15396094 or 135957. OLE color: 135957.
HSL color Cylindrical-coordinate representation of color #151302: hue angle of 53.68º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151302 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 19 | 2 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.92 |
| HSL | 53.68º | 0.83% | 0.05% | - |
| HSV(B) | 53.68º | 0.9% | 0.08% | - |
| XYZ | 0.55 | 0.63 | 0.15 | - |
| YUV | 17.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 2 | 0 | 0.10 | 0.90 | 0.92 | 53.68 | 0.83 | 0.05 |
| Hex | 15 | 13 | 2 | 0 | A | 5A | 5C | 36 | 53 | 5 |
| Octal | 25 | 23 | 2 | 0 | 12 | 132 | 134 | 66 | 123 | 5 |
| Binary | 10101 | 10011 | 10 | 0 | 1010 | 1011010 | 1011100 | 110110 | 1010011 | 101 |
Color Harmonies of #151302
Complementary color
Monochromatic Colors of #151302
Black with #151302
Text Example
Text Example
White with #151302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151302; }
p { color: rgb(21,19,2); }
H1.HeaderClassName
{
color: #151302;
}
.AnyTagClassName
{
color: #151302;
}
</style>
background-color css
<style>
a { background-color: #151302; }
a { background-color: rgb(21,19,2); }
div.DivClassName
{
background-color: #151302;
}
.BgClassName
{
background-color: #151302;
}
</style>
border-color css
<style>
span { border-color: #151302; }
span { border-color: rgb(21,19,2); }
td.TdClassName
{
border-color: #151302;
}
.TagClassName
{
border-color: #151302;
}
</style>