Shades of Maire #383301
Tints of Maire #383301
RGB
CMYK
RGB Variations
Color information
#383301 (or 0x383301) is known color: Maire. HEX triplet: 38, 33 and 01. RGB value is (56,51,1). Sum of RGB (Red+Green+Blue) = 56+51+1=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #383301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383301 is #C7CCFE. Grayscale: #2F2F2F. Windows color (decimal): -13094143 or 78648. OLE color: 78648.
HSL color Cylindrical-coordinate representation of color #383301: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383301 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 1 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.78 |
| HSL | 54.55º | 0.96% | 0.11% | - |
| HSV(B) | 54.55º | 0.98% | 0.22% | - |
| XYZ | 2.82 | 3.21 | 0.5 | - |
| YUV | 46.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 1 | 0 | 0.09 | 0.98 | 0.78 | 54.55 | 0.96 | 0.11 |
| Hex | 38 | 33 | 1 | 0 | 9 | 62 | 4E | 37 | 60 | B |
| Octal | 70 | 63 | 1 | 0 | 11 | 142 | 116 | 67 | 140 | 13 |
| Binary | 111000 | 110011 | 1 | 0 | 1001 | 1100010 | 1001110 | 110111 | 1100000 | 1011 |
Color Harmonies of #383301
Complementary color
Monochromatic Colors of #383301
Black with #383301
Text Example
Text Example
White with #383301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383301; }
p { color: rgb(56,51,1); }
H1.HeaderClassName
{
color: #383301;
}
.AnyTagClassName
{
color: #383301;
}
</style>
background-color css
<style>
a { background-color: #383301; }
a { background-color: rgb(56,51,1); }
div.DivClassName
{
background-color: #383301;
}
.BgClassName
{
background-color: #383301;
}
</style>
border-color css
<style>
span { border-color: #383301; }
span { border-color: rgb(56,51,1); }
td.TdClassName
{
border-color: #383301;
}
.TagClassName
{
border-color: #383301;
}
</style>