Shades of Maire #383300
Tints of Maire #383300
RGB
CMYK
RGB Variations
Color information
#383300 (or 0x383300) is known color: Maire. HEX triplet: 38, 33 and 00. RGB value is (56,51,0). Sum of RGB (Red+Green+Blue) = 56+51+0=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #383300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383300 is #C7CCFF. Grayscale: #2E2E2E. Windows color (decimal): -13094144 or 13112. OLE color: 13112.
HSL color Cylindrical-coordinate representation of color #383300: hue angle of 54.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #383300 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.78 |
| HSL | 54.64º | 1% | 0.11% | - |
| HSV(B) | 54.64º | 1% | 0.22% | - |
| XYZ | 2.81 | 3.21 | 0.47 | - |
| YUV | 46.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 0 | 0 | 0.09 | 1 | 0.78 | 54.64 | 1 | 0.11 |
| Hex | 38 | 33 | 0 | 0 | 9 | 64 | 4E | 37 | 64 | B |
| Octal | 70 | 63 | 0 | 0 | 11 | 144 | 116 | 67 | 144 | 13 |
| Binary | 111000 | 110011 | 0 | 0 | 1001 | 1100100 | 1001110 | 110111 | 1100100 | 1011 |
Color Harmonies of #383300
Complementary color
Monochromatic Colors of #383300
Black with #383300
Text Example
Text Example
White with #383300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383300; }
p { color: rgb(56,51,0); }
H1.HeaderClassName
{
color: #383300;
}
.AnyTagClassName
{
color: #383300;
}
</style>
background-color css
<style>
a { background-color: #383300; }
a { background-color: rgb(56,51,0); }
div.DivClassName
{
background-color: #383300;
}
.BgClassName
{
background-color: #383300;
}
</style>
border-color css
<style>
span { border-color: #383300; }
span { border-color: rgb(56,51,0); }
td.TdClassName
{
border-color: #383300;
}
.TagClassName
{
border-color: #383300;
}
</style>