Shades of Creole #352F25
Tints of Creole #352F25
RGB
CMYK
RGB Variations
Color information
#352F25 (or 0x352F25) is known color: Creole. HEX triplet: 35, 2F and 25. RGB value is (53,47,37). Sum of RGB (Red+Green+Blue) = 53+47+37=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F25 is #CAD0DA. Grayscale: #2F2F2F. Windows color (decimal): -13291739 or 2436917. OLE color: 2436917.
HSL color Cylindrical-coordinate representation of color #352F25: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352F25 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 37 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.79 |
| HSL | 37.5º | 0.18% | 0.18% | - |
| HSV(B) | 37.5º | 0.3% | 0.21% | - |
| XYZ | 2.82 | 2.92 | 2.17 | - |
| YUV | 47.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 37 | 0 | 0.11 | 0.30 | 0.79 | 37.5 | 0.18 | 0.18 |
| Hex | 35 | 2F | 25 | 0 | B | 1E | 4F | 26 | 12 | 12 |
| Octal | 65 | 57 | 45 | 0 | 13 | 36 | 117 | 46 | 22 | 22 |
| Binary | 110101 | 101111 | 100101 | 0 | 1011 | 11110 | 1001111 | 100110 | 10010 | 10010 |
Color Harmonies of #352F25
Complementary color
Monochromatic Colors of #352F25
Black with #352F25
Text Example
Text Example
White with #352F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F25; }
p { color: rgb(53,47,37); }
H1.HeaderClassName
{
color: #352F25;
}
.AnyTagClassName
{
color: #352F25;
}
</style>
background-color css
<style>
a { background-color: #352F25; }
a { background-color: rgb(53,47,37); }
div.DivClassName
{
background-color: #352F25;
}
.BgClassName
{
background-color: #352F25;
}
</style>
border-color css
<style>
span { border-color: #352F25; }
span { border-color: rgb(53,47,37); }
td.TdClassName
{
border-color: #352F25;
}
.TagClassName
{
border-color: #352F25;
}
</style>