Shades of Maire #302D0B
Tints of Maire #302D0B
RGB
CMYK
RGB Variations
Color information
#302D0B (or 0x302D0B) is known color: Maire. HEX triplet: 30, 2D and 0B. RGB value is (48,45,11). Sum of RGB (Red+Green+Blue) = 48+45+11=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0B is #CFD2F4. Grayscale: #2A2A2A. Windows color (decimal): -13619957 or 732464. OLE color: 732464.
HSL color Cylindrical-coordinate representation of color #302D0B: hue angle of 55.14º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302D0B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 11 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.81 |
| HSL | 55.14º | 0.63% | 0.12% | - |
| HSV(B) | 55.14º | 0.77% | 0.19% | - |
| XYZ | 2.22 | 2.53 | 0.69 | - |
| YUV | 42.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 11 | 0 | 0.06 | 0.77 | 0.81 | 55.14 | 0.63 | 0.12 |
| Hex | 30 | 2D | B | 0 | 6 | 4D | 51 | 37 | 3F | C |
| Octal | 60 | 55 | 13 | 0 | 6 | 115 | 121 | 67 | 77 | 14 |
| Binary | 110000 | 101101 | 1011 | 0 | 110 | 1001101 | 1010001 | 110111 | 111111 | 1100 |
Color Harmonies of #302D0B
Complementary color
Monochromatic Colors of #302D0B
Black with #302D0B
Text Example
Text Example
White with #302D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D0B; }
p { color: rgb(48,45,11); }
H1.HeaderClassName
{
color: #302D0B;
}
.AnyTagClassName
{
color: #302D0B;
}
</style>
background-color css
<style>
a { background-color: #302D0B; }
a { background-color: rgb(48,45,11); }
div.DivClassName
{
background-color: #302D0B;
}
.BgClassName
{
background-color: #302D0B;
}
</style>
border-color css
<style>
span { border-color: #302D0B; }
span { border-color: rgb(48,45,11); }
td.TdClassName
{
border-color: #302D0B;
}
.TagClassName
{
border-color: #302D0B;
}
</style>