Shades of Creole #39352E
Tints of Creole #39352E
RGB
CMYK
RGB Variations
Color information
#39352E (or 0x39352E) is known color: Creole. HEX triplet: 39, 35 and 2E. RGB value is (57,53,46). Sum of RGB (Red+Green+Blue) = 57+53+46=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #39352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39352E is #C6CAD1. Grayscale: #353535. Windows color (decimal): -13028050 or 3028281. OLE color: 3028281.
HSL color Cylindrical-coordinate representation of color #39352E: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39352E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 46 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.78 |
| HSL | 38.18º | 0.11% | 0.2% | - |
| HSV(B) | 38.18º | 0.19% | 0.22% | - |
| XYZ | 3.45 | 3.61 | 3.1 | - |
| YUV | 53.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 46 | 0 | 0.07 | 0.19 | 0.78 | 38.18 | 0.11 | 0.2 |
| Hex | 39 | 35 | 2E | 0 | 7 | 13 | 4E | 26 | B | 14 |
| Octal | 71 | 65 | 56 | 0 | 7 | 23 | 116 | 46 | 13 | 24 |
| Binary | 111001 | 110101 | 101110 | 0 | 111 | 10011 | 1001110 | 100110 | 1011 | 10100 |
Color Harmonies of #39352E
Complementary color
Monochromatic Colors of #39352E
Black with #39352E
Text Example
Text Example
White with #39352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39352E; }
p { color: rgb(57,53,46); }
H1.HeaderClassName
{
color: #39352E;
}
.AnyTagClassName
{
color: #39352E;
}
</style>
background-color css
<style>
a { background-color: #39352E; }
a { background-color: rgb(57,53,46); }
div.DivClassName
{
background-color: #39352E;
}
.BgClassName
{
background-color: #39352E;
}
</style>
border-color css
<style>
span { border-color: #39352E; }
span { border-color: rgb(57,53,46); }
td.TdClassName
{
border-color: #39352E;
}
.TagClassName
{
border-color: #39352E;
}
</style>