Shades of Maire #302A08
Tints of Maire #302A08
RGB
CMYK
RGB Variations
Color information
#302A08 (or 0x302A08) is known color: Maire. HEX triplet: 30, 2A and 08. RGB value is (48,42,8). Sum of RGB (Red+Green+Blue) = 48+42+8=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A08 is #CFD5F7. Grayscale: #282828. Windows color (decimal): -13620728 or 535088. OLE color: 535088.
HSL color Cylindrical-coordinate representation of color #302A08: hue angle of 51º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302A08 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 8 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.81 |
| HSL | 51º | 0.71% | 0.11% | - |
| HSV(B) | 51º | 0.83% | 0.19% | - |
| XYZ | 2.09 | 2.3 | 0.56 | - |
| YUV | 39.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 8 | 0 | 0.13 | 0.83 | 0.81 | 51 | 0.71 | 0.11 |
| Hex | 30 | 2A | 8 | 0 | D | 53 | 51 | 33 | 47 | B |
| Octal | 60 | 52 | 10 | 0 | 15 | 123 | 121 | 63 | 107 | 13 |
| Binary | 110000 | 101010 | 1000 | 0 | 1101 | 1010011 | 1010001 | 110011 | 1000111 | 1011 |
Color Harmonies of #302A08
Complementary color
Monochromatic Colors of #302A08
Black with #302A08
Text Example
Text Example
White with #302A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A08; }
p { color: rgb(48,42,8); }
H1.HeaderClassName
{
color: #302A08;
}
.AnyTagClassName
{
color: #302A08;
}
</style>
background-color css
<style>
a { background-color: #302A08; }
a { background-color: rgb(48,42,8); }
div.DivClassName
{
background-color: #302A08;
}
.BgClassName
{
background-color: #302A08;
}
</style>
border-color css
<style>
span { border-color: #302A08; }
span { border-color: rgb(48,42,8); }
td.TdClassName
{
border-color: #302A08;
}
.TagClassName
{
border-color: #302A08;
}
</style>