Shades of Creole #3B3225
Tints of Creole #3B3225
RGB
CMYK
RGB Variations
Color information
#3B3225 (or 0x3B3225) is known color: Creole. HEX triplet: 3B, 32 and 25. RGB value is (59,50,37). Sum of RGB (Red+Green+Blue) = 59+50+37=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3225 is #C4CDDA. Grayscale: #333333. Windows color (decimal): -12897755 or 2437691. OLE color: 2437691.
HSL color Cylindrical-coordinate representation of color #3B3225: hue angle of 35.45º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B3225 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 37 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.77 |
| HSL | 35.45º | 0.23% | 0.19% | - |
| HSV(B) | 35.45º | 0.37% | 0.23% | - |
| XYZ | 3.28 | 3.34 | 2.22 | - |
| YUV | 51.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 37 | 0 | 0.15 | 0.37 | 0.77 | 35.45 | 0.23 | 0.19 |
| Hex | 3B | 32 | 25 | 0 | F | 25 | 4D | 23 | 17 | 13 |
| Octal | 73 | 62 | 45 | 0 | 17 | 45 | 115 | 43 | 27 | 23 |
| Binary | 111011 | 110010 | 100101 | 0 | 1111 | 100101 | 1001101 | 100011 | 10111 | 10011 |
Color Harmonies of #3B3225
Complementary color
Monochromatic Colors of #3B3225
Black with #3B3225
Text Example
Text Example
White with #3B3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3225; }
p { color: rgb(59,50,37); }
H1.HeaderClassName
{
color: #3B3225;
}
.AnyTagClassName
{
color: #3B3225;
}
</style>
background-color css
<style>
a { background-color: #3B3225; }
a { background-color: rgb(59,50,37); }
div.DivClassName
{
background-color: #3B3225;
}
.BgClassName
{
background-color: #3B3225;
}
</style>
border-color css
<style>
span { border-color: #3B3225; }
span { border-color: rgb(59,50,37); }
td.TdClassName
{
border-color: #3B3225;
}
.TagClassName
{
border-color: #3B3225;
}
</style>