Shades of Creole #35322C
Tints of Creole #35322C
RGB
CMYK
RGB Variations
Color information
#35322C (or 0x35322C) is known color: Creole. HEX triplet: 35, 32 and 2C. RGB value is (53,50,44). Sum of RGB (Red+Green+Blue) = 53+50+44=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #35322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322C is #CACDD3. Grayscale: #323232. Windows color (decimal): -13290964 or 2896437. OLE color: 2896437.
HSL color Cylindrical-coordinate representation of color #35322C: hue angle of 40º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35322C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 44 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.79 |
| HSL | 40º | 0.09% | 0.19% | - |
| HSV(B) | 40º | 0.17% | 0.21% | - |
| XYZ | 3.06 | 3.22 | 2.84 | - |
| YUV | 50.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 44 | 0 | 0.06 | 0.17 | 0.79 | 40 | 0.09 | 0.19 |
| Hex | 35 | 32 | 2C | 0 | 6 | 11 | 4F | 28 | 9 | 13 |
| Octal | 65 | 62 | 54 | 0 | 6 | 21 | 117 | 50 | 11 | 23 |
| Binary | 110101 | 110010 | 101100 | 0 | 110 | 10001 | 1001111 | 101000 | 1001 | 10011 |
Color Harmonies of #35322C
Complementary color
Monochromatic Colors of #35322C
Black with #35322C
Text Example
Text Example
White with #35322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35322C; }
p { color: rgb(53,50,44); }
H1.HeaderClassName
{
color: #35322C;
}
.AnyTagClassName
{
color: #35322C;
}
</style>
background-color css
<style>
a { background-color: #35322C; }
a { background-color: rgb(53,50,44); }
div.DivClassName
{
background-color: #35322C;
}
.BgClassName
{
background-color: #35322C;
}
</style>
border-color css
<style>
span { border-color: #35322C; }
span { border-color: rgb(53,50,44); }
td.TdClassName
{
border-color: #35322C;
}
.TagClassName
{
border-color: #35322C;
}
</style>