Shades of Dark Rum #41372E
Tints of Dark Rum #41372E
RGB
CMYK
RGB Variations
Color information
#41372E (or 0x41372E) is known color: Dark Rum. HEX triplet: 41, 37 and 2E. RGB value is (65,55,46). Sum of RGB (Red+Green+Blue) = 65+55+46=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372E is #BEC8D1. Grayscale: #393939. Windows color (decimal): -12503250 or 3028801. OLE color: 3028801.
HSL color Cylindrical-coordinate representation of color #41372E: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41372E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 55 | 46 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.75 |
| HSL | 28.42º | 0.17% | 0.22% | - |
| HSV(B) | 28.42º | 0.29% | 0.25% | - |
| XYZ | 4.04 | 4.05 | 3.15 | - |
| YUV | 56.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 46 | 0 | 0.15 | 0.29 | 0.75 | 28.42 | 0.17 | 0.22 |
| Hex | 41 | 37 | 2E | 0 | F | 1D | 4B | 1C | 11 | 16 |
| Octal | 101 | 67 | 56 | 0 | 17 | 35 | 113 | 34 | 21 | 26 |
| Binary | 1000001 | 110111 | 101110 | 0 | 1111 | 11101 | 1001011 | 11100 | 10001 | 10110 |
Color Harmonies of #41372E
Complementary color
Monochromatic Colors of #41372E
Black with #41372E
Text Example
Text Example
White with #41372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41372E; }
p { color: rgb(65,55,46); }
H1.HeaderClassName
{
color: #41372E;
}
.AnyTagClassName
{
color: #41372E;
}
</style>
background-color css
<style>
a { background-color: #41372E; }
a { background-color: rgb(65,55,46); }
div.DivClassName
{
background-color: #41372E;
}
.BgClassName
{
background-color: #41372E;
}
</style>
border-color css
<style>
span { border-color: #41372E; }
span { border-color: rgb(65,55,46); }
td.TdClassName
{
border-color: #41372E;
}
.TagClassName
{
border-color: #41372E;
}
</style>