Shades of Cowboy #3F3231
Tints of Cowboy #3F3231
RGB
CMYK
RGB Variations
Color information
#3F3231 (or 0x3F3231) is known color: Cowboy. HEX triplet: 3F, 32 and 31. RGB value is (63,50,49). Sum of RGB (Red+Green+Blue) = 63+50+49=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3231 is #C0CDCE. Grayscale: #353535. Windows color (decimal): -12635599 or 3224127. OLE color: 3224127.
HSL color Cylindrical-coordinate representation of color #3F3231: hue angle of 4.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3231 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 49 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.75 |
| HSL | 4.29º | 0.13% | 0.22% | - |
| HSV(B) | 4.29º | 0.22% | 0.25% | - |
| XYZ | 3.74 | 3.56 | 3.4 | - |
| YUV | 53.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 49 | 0 | 0.21 | 0.22 | 0.75 | 4.29 | 0.13 | 0.22 |
| Hex | 3F | 32 | 31 | 0 | 15 | 16 | 4B | 4 | C | 16 |
| Octal | 77 | 62 | 61 | 0 | 25 | 26 | 113 | 4 | 14 | 26 |
| Binary | 111111 | 110010 | 110001 | 0 | 10101 | 10110 | 1001011 | 100 | 1100 | 10110 |
Color Harmonies of #3F3231
Complementary color
Monochromatic Colors of #3F3231
Black with #3F3231
Text Example
Text Example
White with #3F3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3231; }
p { color: rgb(63,50,49); }
H1.HeaderClassName
{
color: #3F3231;
}
.AnyTagClassName
{
color: #3F3231;
}
</style>
background-color css
<style>
a { background-color: #3F3231; }
a { background-color: rgb(63,50,49); }
div.DivClassName
{
background-color: #3F3231;
}
.BgClassName
{
background-color: #3F3231;
}
</style>
border-color css
<style>
span { border-color: #3F3231; }
span { border-color: rgb(63,50,49); }
td.TdClassName
{
border-color: #3F3231;
}
.TagClassName
{
border-color: #3F3231;
}
</style>