Shades of Creole #3B3329
Tints of Creole #3B3329
RGB
CMYK
RGB Variations
Color information
#3B3329 (or 0x3B3329) is known color: Creole. HEX triplet: 3B, 33 and 29. RGB value is (59,51,41). Sum of RGB (Red+Green+Blue) = 59+51+41=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3329 is #C4CCD6. Grayscale: #343434. Windows color (decimal): -12897495 or 2700091. OLE color: 2700091.
HSL color Cylindrical-coordinate representation of color #3B3329: hue angle of 33.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3329 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 41 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.77 |
| HSL | 33.33º | 0.18% | 0.2% | - |
| HSV(B) | 33.33º | 0.31% | 0.23% | - |
| XYZ | 3.39 | 3.46 | 2.59 | - |
| YUV | 52.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 41 | 0 | 0.14 | 0.31 | 0.77 | 33.33 | 0.18 | 0.2 |
| Hex | 3B | 33 | 29 | 0 | E | 1F | 4D | 21 | 12 | 14 |
| Octal | 73 | 63 | 51 | 0 | 16 | 37 | 115 | 41 | 22 | 24 |
| Binary | 111011 | 110011 | 101001 | 0 | 1110 | 11111 | 1001101 | 100001 | 10010 | 10100 |
Color Harmonies of #3B3329
Complementary color
Monochromatic Colors of #3B3329
Black with #3B3329
Text Example
Text Example
White with #3B3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3329; }
p { color: rgb(59,51,41); }
H1.HeaderClassName
{
color: #3B3329;
}
.AnyTagClassName
{
color: #3B3329;
}
</style>
background-color css
<style>
a { background-color: #3B3329; }
a { background-color: rgb(59,51,41); }
div.DivClassName
{
background-color: #3B3329;
}
.BgClassName
{
background-color: #3B3329;
}
</style>
border-color css
<style>
span { border-color: #3B3329; }
span { border-color: rgb(59,51,41); }
td.TdClassName
{
border-color: #3B3329;
}
.TagClassName
{
border-color: #3B3329;
}
</style>