Shades of Creole #352F26
Tints of Creole #352F26
RGB
CMYK
RGB Variations
Color information
#352F26 (or 0x352F26) is known color: Creole. HEX triplet: 35, 2F and 26. RGB value is (53,47,38). Sum of RGB (Red+Green+Blue) = 53+47+38=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F26 is #CAD0D9. Grayscale: #2F2F2F. Windows color (decimal): -13291738 or 2502453. OLE color: 2502453.
HSL color Cylindrical-coordinate representation of color #352F26: hue angle of 36º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352F26 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 38 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.79 |
| HSL | 36º | 0.16% | 0.18% | - |
| HSV(B) | 36º | 0.28% | 0.21% | - |
| XYZ | 2.83 | 2.93 | 2.25 | - |
| YUV | 47.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 38 | 0 | 0.11 | 0.28 | 0.79 | 36 | 0.16 | 0.18 |
| Hex | 35 | 2F | 26 | 0 | B | 1C | 4F | 24 | 10 | 12 |
| Octal | 65 | 57 | 46 | 0 | 13 | 34 | 117 | 44 | 20 | 22 |
| Binary | 110101 | 101111 | 100110 | 0 | 1011 | 11100 | 1001111 | 100100 | 10000 | 10010 |
Color Harmonies of #352F26
Complementary color
Monochromatic Colors of #352F26
Black with #352F26
Text Example
Text Example
White with #352F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F26; }
p { color: rgb(53,47,38); }
H1.HeaderClassName
{
color: #352F26;
}
.AnyTagClassName
{
color: #352F26;
}
</style>
background-color css
<style>
a { background-color: #352F26; }
a { background-color: rgb(53,47,38); }
div.DivClassName
{
background-color: #352F26;
}
.BgClassName
{
background-color: #352F26;
}
</style>
border-color css
<style>
span { border-color: #352F26; }
span { border-color: rgb(53,47,38); }
td.TdClassName
{
border-color: #352F26;
}
.TagClassName
{
border-color: #352F26;
}
</style>