Shades of Creole #342F25
Tints of Creole #342F25
RGB
CMYK
RGB Variations
Color information
#342F25 (or 0x342F25) is known color: Creole. HEX triplet: 34, 2F and 25. RGB value is (52,47,37). Sum of RGB (Red+Green+Blue) = 52+47+37=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #342F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F25 is #CBD0DA. Grayscale: #2F2F2F. Windows color (decimal): -13357275 or 2436916. OLE color: 2436916.
HSL color Cylindrical-coordinate representation of color #342F25: hue angle of 40º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #342F25 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 37 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.80 |
| HSL | 40º | 0.17% | 0.17% | - |
| HSV(B) | 40º | 0.29% | 0.2% | - |
| XYZ | 2.77 | 2.9 | 2.16 | - |
| YUV | 47.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 37 | 0 | 0.10 | 0.29 | 0.80 | 40 | 0.17 | 0.17 |
| Hex | 34 | 2F | 25 | 0 | A | 1D | 50 | 28 | 11 | 11 |
| Octal | 64 | 57 | 45 | 0 | 12 | 35 | 120 | 50 | 21 | 21 |
| Binary | 110100 | 101111 | 100101 | 0 | 1010 | 11101 | 1010000 | 101000 | 10001 | 10001 |
Color Harmonies of #342F25
Complementary color
Monochromatic Colors of #342F25
Black with #342F25
Text Example
Text Example
White with #342F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F25; }
p { color: rgb(52,47,37); }
H1.HeaderClassName
{
color: #342F25;
}
.AnyTagClassName
{
color: #342F25;
}
</style>
background-color css
<style>
a { background-color: #342F25; }
a { background-color: rgb(52,47,37); }
div.DivClassName
{
background-color: #342F25;
}
.BgClassName
{
background-color: #342F25;
}
</style>
border-color css
<style>
span { border-color: #342F25; }
span { border-color: rgb(52,47,37); }
td.TdClassName
{
border-color: #342F25;
}
.TagClassName
{
border-color: #342F25;
}
</style>