Shades of Creole #3B352A
Tints of Creole #3B352A
RGB
CMYK
RGB Variations
Color information
#3B352A (or 0x3B352A) is known color: Creole. HEX triplet: 3B, 35 and 2A. RGB value is (59,53,42). Sum of RGB (Red+Green+Blue) = 59+53+42=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B352A is #C4CAD5. Grayscale: #353535. Windows color (decimal): -12896982 or 2766139. OLE color: 2766139.
HSL color Cylindrical-coordinate representation of color #3B352A: hue angle of 38.82º 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 #3B352A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 42 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.77 |
| HSL | 38.82º | 0.17% | 0.2% | - |
| HSV(B) | 38.82º | 0.29% | 0.23% | - |
| XYZ | 3.49 | 3.64 | 2.71 | - |
| YUV | 53.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 42 | 0 | 0.10 | 0.29 | 0.77 | 38.82 | 0.17 | 0.2 |
| Hex | 3B | 35 | 2A | 0 | A | 1D | 4D | 27 | 11 | 14 |
| Octal | 73 | 65 | 52 | 0 | 12 | 35 | 115 | 47 | 21 | 24 |
| Binary | 111011 | 110101 | 101010 | 0 | 1010 | 11101 | 1001101 | 100111 | 10001 | 10100 |
Color Harmonies of #3B352A
Complementary color
Monochromatic Colors of #3B352A
Black with #3B352A
Text Example
Text Example
White with #3B352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B352A; }
p { color: rgb(59,53,42); }
H1.HeaderClassName
{
color: #3B352A;
}
.AnyTagClassName
{
color: #3B352A;
}
</style>
background-color css
<style>
a { background-color: #3B352A; }
a { background-color: rgb(59,53,42); }
div.DivClassName
{
background-color: #3B352A;
}
.BgClassName
{
background-color: #3B352A;
}
</style>
border-color css
<style>
span { border-color: #3B352A; }
span { border-color: rgb(59,53,42); }
td.TdClassName
{
border-color: #3B352A;
}
.TagClassName
{
border-color: #3B352A;
}
</style>