Shades of Maire #302D08
Tints of Maire #302D08
RGB
CMYK
RGB Variations
Color information
#302D08 (or 0x302D08) is known color: Maire. HEX triplet: 30, 2D and 08. RGB value is (48,45,8). Sum of RGB (Red+Green+Blue) = 48+45+8=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D08 is #CFD2F7. Grayscale: #292929. Windows color (decimal): -13619960 or 535856. OLE color: 535856.
HSL color Cylindrical-coordinate representation of color #302D08: hue angle of 55.5º 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 #302D08 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 8 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.81 |
| HSL | 55.5º | 0.71% | 0.11% | - |
| HSV(B) | 55.5º | 0.83% | 0.19% | - |
| XYZ | 2.2 | 2.52 | 0.6 | - |
| YUV | 41.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 8 | 0 | 0.06 | 0.83 | 0.81 | 55.5 | 0.71 | 0.11 |
| Hex | 30 | 2D | 8 | 0 | 6 | 53 | 51 | 38 | 47 | B |
| Octal | 60 | 55 | 10 | 0 | 6 | 123 | 121 | 70 | 107 | 13 |
| Binary | 110000 | 101101 | 1000 | 0 | 110 | 1010011 | 1010001 | 111000 | 1000111 | 1011 |
Color Harmonies of #302D08
Complementary color
Monochromatic Colors of #302D08
Black with #302D08
Text Example
Text Example
White with #302D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D08; }
p { color: rgb(48,45,8); }
H1.HeaderClassName
{
color: #302D08;
}
.AnyTagClassName
{
color: #302D08;
}
</style>
background-color css
<style>
a { background-color: #302D08; }
a { background-color: rgb(48,45,8); }
div.DivClassName
{
background-color: #302D08;
}
.BgClassName
{
background-color: #302D08;
}
</style>
border-color css
<style>
span { border-color: #302D08; }
span { border-color: rgb(48,45,8); }
td.TdClassName
{
border-color: #302D08;
}
.TagClassName
{
border-color: #302D08;
}
</style>