Shades of Maire #302D0D
Tints of Maire #302D0D
RGB
CMYK
RGB Variations
Color information
#302D0D (or 0x302D0D) is known color: Maire. HEX triplet: 30, 2D and 0D. RGB value is (48,45,13). Sum of RGB (Red+Green+Blue) = 48+45+13=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0D is #CFD2F2. Grayscale: #2A2A2A. Windows color (decimal): -13619955 or 863536. OLE color: 863536.
HSL color Cylindrical-coordinate representation of color #302D0D: hue angle of 54.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302D0D is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 13 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.81 |
| HSL | 54.86º | 0.57% | 0.12% | - |
| HSV(B) | 54.86º | 0.73% | 0.19% | - |
| XYZ | 2.23 | 2.53 | 0.75 | - |
| YUV | 42.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 13 | 0 | 0.06 | 0.73 | 0.81 | 54.86 | 0.57 | 0.12 |
| Hex | 30 | 2D | D | 0 | 6 | 49 | 51 | 37 | 39 | C |
| Octal | 60 | 55 | 15 | 0 | 6 | 111 | 121 | 67 | 71 | 14 |
| Binary | 110000 | 101101 | 1101 | 0 | 110 | 1001001 | 1010001 | 110111 | 111001 | 1100 |
Color Harmonies of #302D0D
Complementary color
Monochromatic Colors of #302D0D
Black with #302D0D
Text Example
Text Example
White with #302D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D0D; }
p { color: rgb(48,45,13); }
H1.HeaderClassName
{
color: #302D0D;
}
.AnyTagClassName
{
color: #302D0D;
}
</style>
background-color css
<style>
a { background-color: #302D0D; }
a { background-color: rgb(48,45,13); }
div.DivClassName
{
background-color: #302D0D;
}
.BgClassName
{
background-color: #302D0D;
}
</style>
border-color css
<style>
span { border-color: #302D0D; }
span { border-color: rgb(48,45,13); }
td.TdClassName
{
border-color: #302D0D;
}
.TagClassName
{
border-color: #302D0D;
}
</style>