Shades of Creole #3B342A
Tints of Creole #3B342A
RGB
CMYK
RGB Variations
Color information
#3B342A (or 0x3B342A) is known color: Creole. HEX triplet: 3B, 34 and 2A. RGB value is (59,52,42). Sum of RGB (Red+Green+Blue) = 59+52+42=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B342A is #C4CBD5. Grayscale: #343434. Windows color (decimal): -12897238 or 2765883. OLE color: 2765883.
HSL color Cylindrical-coordinate representation of color #3B342A: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B342A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 42 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.77 |
| HSL | 35.29º | 0.17% | 0.2% | - |
| HSV(B) | 35.29º | 0.29% | 0.23% | - |
| XYZ | 3.45 | 3.55 | 2.69 | - |
| YUV | 52.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 42 | 0 | 0.12 | 0.29 | 0.77 | 35.29 | 0.17 | 0.2 |
| Hex | 3B | 34 | 2A | 0 | C | 1D | 4D | 23 | 11 | 14 |
| Octal | 73 | 64 | 52 | 0 | 14 | 35 | 115 | 43 | 21 | 24 |
| Binary | 111011 | 110100 | 101010 | 0 | 1100 | 11101 | 1001101 | 100011 | 10001 | 10100 |
Color Harmonies of #3B342A
Complementary color
Monochromatic Colors of #3B342A
Black with #3B342A
Text Example
Text Example
White with #3B342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B342A; }
p { color: rgb(59,52,42); }
H1.HeaderClassName
{
color: #3B342A;
}
.AnyTagClassName
{
color: #3B342A;
}
</style>
background-color css
<style>
a { background-color: #3B342A; }
a { background-color: rgb(59,52,42); }
div.DivClassName
{
background-color: #3B342A;
}
.BgClassName
{
background-color: #3B342A;
}
</style>
border-color css
<style>
span { border-color: #3B342A; }
span { border-color: rgb(59,52,42); }
td.TdClassName
{
border-color: #3B342A;
}
.TagClassName
{
border-color: #3B342A;
}
</style>