Shades of Creole #3B362E
Tints of Creole #3B362E
RGB
CMYK
RGB Variations
Color information
#3B362E (or 0x3B362E) is known color: Creole. HEX triplet: 3B, 36 and 2E. RGB value is (59,54,46). Sum of RGB (Red+Green+Blue) = 59+54+46=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B362E is #C4C9D1. Grayscale: #363636. Windows color (decimal): -12896722 or 3028539. OLE color: 3028539.
HSL color Cylindrical-coordinate representation of color #3B362E: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B362E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 46 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.77 |
| HSL | 36.92º | 0.12% | 0.21% | - |
| HSV(B) | 36.92º | 0.22% | 0.23% | - |
| XYZ | 3.62 | 3.77 | 3.12 | - |
| YUV | 54.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 46 | 0 | 0.08 | 0.22 | 0.77 | 36.92 | 0.12 | 0.21 |
| Hex | 3B | 36 | 2E | 0 | 8 | 16 | 4D | 25 | C | 15 |
| Octal | 73 | 66 | 56 | 0 | 10 | 26 | 115 | 45 | 14 | 25 |
| Binary | 111011 | 110110 | 101110 | 0 | 1000 | 10110 | 1001101 | 100101 | 1100 | 10101 |
Color Harmonies of #3B362E
Complementary color
Monochromatic Colors of #3B362E
Black with #3B362E
Text Example
Text Example
White with #3B362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B362E; }
p { color: rgb(59,54,46); }
H1.HeaderClassName
{
color: #3B362E;
}
.AnyTagClassName
{
color: #3B362E;
}
</style>
background-color css
<style>
a { background-color: #3B362E; }
a { background-color: rgb(59,54,46); }
div.DivClassName
{
background-color: #3B362E;
}
.BgClassName
{
background-color: #3B362E;
}
</style>
border-color css
<style>
span { border-color: #3B362E; }
span { border-color: rgb(59,54,46); }
td.TdClassName
{
border-color: #3B362E;
}
.TagClassName
{
border-color: #3B362E;
}
</style>