Shades of Toledo #341A25
Tints of Toledo #341A25
RGB
CMYK
RGB Variations
Color information
#341A25 (or 0x341A25) is known color: Toledo. HEX triplet: 34, 1A and 25. RGB value is (52,26,37). Sum of RGB (Red+Green+Blue) = 52+26+37=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A25 is #CBE5DA. Grayscale: #232323. Windows color (decimal): -13362651 or 2431540. OLE color: 2431540.
HSL color Cylindrical-coordinate representation of color #341A25: hue angle of 334.62º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A25 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 37 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.80 |
| HSL | 334.62º | 0.33% | 0.15% | - |
| HSV(B) | 334.62º | 0.5% | 0.2% | - |
| XYZ | 2.12 | 1.6 | 1.95 | - |
| YUV | 35.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 37 | 0 | 0.50 | 0.29 | 0.80 | 334.62 | 0.33 | 0.15 |
| Hex | 34 | 1A | 25 | 0 | 32 | 1D | 50 | 14F | 21 | F |
| Octal | 64 | 32 | 45 | 0 | 62 | 35 | 120 | 517 | 41 | 17 |
| Binary | 110100 | 11010 | 100101 | 0 | 110010 | 11101 | 1010000 | 101001111 | 100001 | 1111 |
Color Harmonies of #341A25
Complementary color
Monochromatic Colors of #341A25
Black with #341A25
Text Example
Text Example
White with #341A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A25; }
p { color: rgb(52,26,37); }
H1.HeaderClassName
{
color: #341A25;
}
.AnyTagClassName
{
color: #341A25;
}
</style>
background-color css
<style>
a { background-color: #341A25; }
a { background-color: rgb(52,26,37); }
div.DivClassName
{
background-color: #341A25;
}
.BgClassName
{
background-color: #341A25;
}
</style>
border-color css
<style>
span { border-color: #341A25; }
span { border-color: rgb(52,26,37); }
td.TdClassName
{
border-color: #341A25;
}
.TagClassName
{
border-color: #341A25;
}
</style>