Shades of Creole #3B3124
Tints of Creole #3B3124
RGB
CMYK
RGB Variations
Color information
#3B3124 (or 0x3B3124) is known color: Creole. HEX triplet: 3B, 31 and 24. RGB value is (59,49,36). Sum of RGB (Red+Green+Blue) = 59+49+36=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3124 is #C4CEDB. Grayscale: #323232. Windows color (decimal): -12898012 or 2371899. OLE color: 2371899.
HSL color Cylindrical-coordinate representation of color #3B3124: hue angle of 33.91º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B3124 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 36 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.77 |
| HSL | 33.91º | 0.24% | 0.19% | - |
| HSV(B) | 33.91º | 0.39% | 0.23% | - |
| XYZ | 3.22 | 3.25 | 2.13 | - |
| YUV | 50.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 36 | 0 | 0.17 | 0.39 | 0.77 | 33.91 | 0.24 | 0.19 |
| Hex | 3B | 31 | 24 | 0 | 11 | 27 | 4D | 22 | 18 | 13 |
| Octal | 73 | 61 | 44 | 0 | 21 | 47 | 115 | 42 | 30 | 23 |
| Binary | 111011 | 110001 | 100100 | 0 | 10001 | 100111 | 1001101 | 100010 | 11000 | 10011 |
Color Harmonies of #3B3124
Complementary color
Monochromatic Colors of #3B3124
Black with #3B3124
Text Example
Text Example
White with #3B3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3124; }
p { color: rgb(59,49,36); }
H1.HeaderClassName
{
color: #3B3124;
}
.AnyTagClassName
{
color: #3B3124;
}
</style>
background-color css
<style>
a { background-color: #3B3124; }
a { background-color: rgb(59,49,36); }
div.DivClassName
{
background-color: #3B3124;
}
.BgClassName
{
background-color: #3B3124;
}
</style>
border-color css
<style>
span { border-color: #3B3124; }
span { border-color: rgb(59,49,36); }
td.TdClassName
{
border-color: #3B3124;
}
.TagClassName
{
border-color: #3B3124;
}
</style>