Shades of Cowboy #41302F
Tints of Cowboy #41302F
RGB
CMYK
RGB Variations
Color information
#41302F (or 0x41302F) is known color: Cowboy. HEX triplet: 41, 30 and 2F. RGB value is (65,48,47). Sum of RGB (Red+Green+Blue) = 65+48+47=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41302F is #BECFD0. Grayscale: #343434. Windows color (decimal): -12505041 or 3092545. OLE color: 3092545.
HSL color Cylindrical-coordinate representation of color #41302F: hue angle of 3.33º 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 #41302F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 47 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.75 |
| HSL | 3.33º | 0.16% | 0.22% | - |
| HSV(B) | 3.33º | 0.28% | 0.25% | - |
| XYZ | 3.75 | 3.44 | 3.16 | - |
| YUV | 52.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 47 | 0 | 0.26 | 0.28 | 0.75 | 3.33 | 0.16 | 0.22 |
| Hex | 41 | 30 | 2F | 0 | 1A | 1C | 4B | 3 | 10 | 16 |
| Octal | 101 | 60 | 57 | 0 | 32 | 34 | 113 | 3 | 20 | 26 |
| Binary | 1000001 | 110000 | 101111 | 0 | 11010 | 11100 | 1001011 | 11 | 10000 | 10110 |
Color Harmonies of #41302F
Complementary color
Monochromatic Colors of #41302F
Black with #41302F
Text Example
Text Example
White with #41302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41302F; }
p { color: rgb(65,48,47); }
H1.HeaderClassName
{
color: #41302F;
}
.AnyTagClassName
{
color: #41302F;
}
</style>
background-color css
<style>
a { background-color: #41302F; }
a { background-color: rgb(65,48,47); }
div.DivClassName
{
background-color: #41302F;
}
.BgClassName
{
background-color: #41302F;
}
</style>
border-color css
<style>
span { border-color: #41302F; }
span { border-color: rgb(65,48,47); }
td.TdClassName
{
border-color: #41302F;
}
.TagClassName
{
border-color: #41302F;
}
</style>