Shades of Tobago #41372F
Tints of Tobago #41372F
RGB
CMYK
RGB Variations
Color information
#41372F (or 0x41372F) is known color: Tobago. HEX triplet: 41, 37 and 2F. RGB value is (65,55,47). Sum of RGB (Red+Green+Blue) = 65+55+47=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372F is #BEC8D0. Grayscale: #393939. Windows color (decimal): -12503249 or 3094337. OLE color: 3094337.
HSL color Cylindrical-coordinate representation of color #41372F: hue angle of 26.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41372F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 47 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.75 |
| HSL | 26.67º | 0.16% | 0.22% | - |
| HSV(B) | 26.67º | 0.28% | 0.25% | - |
| XYZ | 4.06 | 4.06 | 3.26 | - |
| YUV | 57.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 47 | 0 | 0.15 | 0.28 | 0.75 | 26.67 | 0.16 | 0.22 |
| Hex | 41 | 37 | 2F | 0 | F | 1C | 4B | 1B | 10 | 16 |
| Octal | 101 | 67 | 57 | 0 | 17 | 34 | 113 | 33 | 20 | 26 |
| Binary | 1000001 | 110111 | 101111 | 0 | 1111 | 11100 | 1001011 | 11011 | 10000 | 10110 |
Color Harmonies of #41372F
Complementary color
Monochromatic Colors of #41372F
Black with #41372F
Text Example
Text Example
White with #41372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41372F; }
p { color: rgb(65,55,47); }
H1.HeaderClassName
{
color: #41372F;
}
.AnyTagClassName
{
color: #41372F;
}
</style>
background-color css
<style>
a { background-color: #41372F; }
a { background-color: rgb(65,55,47); }
div.DivClassName
{
background-color: #41372F;
}
.BgClassName
{
background-color: #41372F;
}
</style>
border-color css
<style>
span { border-color: #41372F; }
span { border-color: rgb(65,55,47); }
td.TdClassName
{
border-color: #41372F;
}
.TagClassName
{
border-color: #41372F;
}
</style>