Shades of Toledo #41212F
Tints of Toledo #41212F
RGB
CMYK
RGB Variations
Color information
#41212F (or 0x41212F) is known color: Toledo. HEX triplet: 41, 21 and 2F. RGB value is (65,33,47). Sum of RGB (Red+Green+Blue) = 65+33+47=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212F is #BEDED0. Grayscale: #2C2C2C. Windows color (decimal): -12508881 or 3088705. OLE color: 3088705.
HSL color Cylindrical-coordinate representation of color #41212F: hue angle of 333.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41212F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 47 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.75 |
| HSL | 333.75º | 0.33% | 0.19% | - |
| HSV(B) | 333.75º | 0.49% | 0.25% | - |
| XYZ | 3.24 | 2.42 | 2.99 | - |
| YUV | 44.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 47 | 0 | 0.49 | 0.28 | 0.75 | 333.75 | 0.33 | 0.19 |
| Hex | 41 | 21 | 2F | 0 | 31 | 1C | 4B | 14E | 21 | 13 |
| Octal | 101 | 41 | 57 | 0 | 61 | 34 | 113 | 516 | 41 | 23 |
| Binary | 1000001 | 100001 | 101111 | 0 | 110001 | 11100 | 1001011 | 101001110 | 100001 | 10011 |
Color Harmonies of #41212F
Complementary color
Monochromatic Colors of #41212F
Black with #41212F
Text Example
Text Example
White with #41212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41212F; }
p { color: rgb(65,33,47); }
H1.HeaderClassName
{
color: #41212F;
}
.AnyTagClassName
{
color: #41212F;
}
</style>
background-color css
<style>
a { background-color: #41212F; }
a { background-color: rgb(65,33,47); }
div.DivClassName
{
background-color: #41212F;
}
.BgClassName
{
background-color: #41212F;
}
</style>
border-color css
<style>
span { border-color: #41212F; }
span { border-color: rgb(65,33,47); }
td.TdClassName
{
border-color: #41212F;
}
.TagClassName
{
border-color: #41212F;
}
</style>