Shades of Maire #383003
Tints of Maire #383003
RGB
CMYK
RGB Variations
Color information
#383003 (or 0x383003) is known color: Maire. HEX triplet: 38, 30 and 03. RGB value is (56,48,3). Sum of RGB (Red+Green+Blue) = 56+48+3=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #383003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383003 is #C7CFFC. Grayscale: #2D2D2D. Windows color (decimal): -13094909 or 208952. OLE color: 208952.
HSL color Cylindrical-coordinate representation of color #383003: hue angle of 50.94º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #383003 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 3 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.78 |
| HSL | 50.94º | 0.9% | 0.12% | - |
| HSV(B) | 50.94º | 0.95% | 0.22% | - |
| XYZ | 2.7 | 2.96 | 0.52 | - |
| YUV | 45.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 3 | 0 | 0.14 | 0.95 | 0.78 | 50.94 | 0.9 | 0.12 |
| Hex | 38 | 30 | 3 | 0 | E | 5F | 4E | 33 | 5A | C |
| Octal | 70 | 60 | 3 | 0 | 16 | 137 | 116 | 63 | 132 | 14 |
| Binary | 111000 | 110000 | 11 | 0 | 1110 | 1011111 | 1001110 | 110011 | 1011010 | 1100 |
Color Harmonies of #383003
Complementary color
Monochromatic Colors of #383003
Black with #383003
Text Example
Text Example
White with #383003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383003; }
p { color: rgb(56,48,3); }
H1.HeaderClassName
{
color: #383003;
}
.AnyTagClassName
{
color: #383003;
}
</style>
background-color css
<style>
a { background-color: #383003; }
a { background-color: rgb(56,48,3); }
div.DivClassName
{
background-color: #383003;
}
.BgClassName
{
background-color: #383003;
}
</style>
border-color css
<style>
span { border-color: #383003; }
span { border-color: rgb(56,48,3); }
td.TdClassName
{
border-color: #383003;
}
.TagClassName
{
border-color: #383003;
}
</style>