Shades of Maire #382C02
Tints of Maire #382C02
RGB
CMYK
RGB Variations
Color information
#382C02 (or 0x382C02) is known color: Maire. HEX triplet: 38, 2C and 02. RGB value is (56,44,2). Sum of RGB (Red+Green+Blue) = 56+44+2=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C02 is #C7D3FD. Grayscale: #2A2A2A. Windows color (decimal): -13095934 or 142392. OLE color: 142392.
HSL color Cylindrical-coordinate representation of color #382C02: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #382C02 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 2 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.78 |
| HSL | 46.67º | 0.93% | 0.11% | - |
| HSV(B) | 46.67º | 0.96% | 0.22% | - |
| XYZ | 2.54 | 2.65 | 0.43 | - |
| YUV | 42.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 2 | 0 | 0.21 | 0.96 | 0.78 | 46.67 | 0.93 | 0.11 |
| Hex | 38 | 2C | 2 | 0 | 15 | 60 | 4E | 2F | 5D | B |
| Octal | 70 | 54 | 2 | 0 | 25 | 140 | 116 | 57 | 135 | 13 |
| Binary | 111000 | 101100 | 10 | 0 | 10101 | 1100000 | 1001110 | 101111 | 1011101 | 1011 |
Color Harmonies of #382C02
Complementary color
Monochromatic Colors of #382C02
Black with #382C02
Text Example
Text Example
White with #382C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C02; }
p { color: rgb(56,44,2); }
H1.HeaderClassName
{
color: #382C02;
}
.AnyTagClassName
{
color: #382C02;
}
</style>
background-color css
<style>
a { background-color: #382C02; }
a { background-color: rgb(56,44,2); }
div.DivClassName
{
background-color: #382C02;
}
.BgClassName
{
background-color: #382C02;
}
</style>
border-color css
<style>
span { border-color: #382C02; }
span { border-color: rgb(56,44,2); }
td.TdClassName
{
border-color: #382C02;
}
.TagClassName
{
border-color: #382C02;
}
</style>