Shades of Maire #302D1B
Tints of Maire #302D1B
RGB
CMYK
RGB Variations
Color information
#302D1B (or 0x302D1B) is known color: Maire. HEX triplet: 30, 2D and 1B. RGB value is (48,45,27). Sum of RGB (Red+Green+Blue) = 48+45+27=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D1B is #CFD2E4. Grayscale: #2B2B2B. Windows color (decimal): -13619941 or 1781040. OLE color: 1781040.
HSL color Cylindrical-coordinate representation of color #302D1B: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302D1B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 27 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.81 |
| HSL | 51.43º | 0.28% | 0.15% | - |
| HSV(B) | 51.43º | 0.44% | 0.19% | - |
| XYZ | 2.36 | 2.58 | 1.41 | - |
| YUV | 43.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 27 | 0 | 0.06 | 0.44 | 0.81 | 51.43 | 0.28 | 0.15 |
| Hex | 30 | 2D | 1B | 0 | 6 | 2C | 51 | 33 | 1C | F |
| Octal | 60 | 55 | 33 | 0 | 6 | 54 | 121 | 63 | 34 | 17 |
| Binary | 110000 | 101101 | 11011 | 0 | 110 | 101100 | 1010001 | 110011 | 11100 | 1111 |
Color Harmonies of #302D1B
Complementary color
Monochromatic Colors of #302D1B
Black with #302D1B
Text Example
Text Example
White with #302D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D1B; }
p { color: rgb(48,45,27); }
H1.HeaderClassName
{
color: #302D1B;
}
.AnyTagClassName
{
color: #302D1B;
}
</style>
background-color css
<style>
a { background-color: #302D1B; }
a { background-color: rgb(48,45,27); }
div.DivClassName
{
background-color: #302D1B;
}
.BgClassName
{
background-color: #302D1B;
}
</style>
border-color css
<style>
span { border-color: #302D1B; }
span { border-color: rgb(48,45,27); }
td.TdClassName
{
border-color: #302D1B;
}
.TagClassName
{
border-color: #302D1B;
}
</style>