Shades of Cowboy #3F3B3A
Tints of Cowboy #3F3B3A
RGB
CMYK
RGB Variations
Color information
#3F3B3A (or 0x3F3B3A) is known color: Cowboy. HEX triplet: 3F, 3B and 3A. RGB value is (63,59,58). Sum of RGB (Red+Green+Blue) = 63+59+58=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B3A is #C0C4C5. Grayscale: #3C3C3C. Windows color (decimal): -12633286 or 3816255. OLE color: 3816255.
HSL color Cylindrical-coordinate representation of color #3F3B3A: hue angle of 12º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F3B3A is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 58 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.75 |
| HSL | 12º | 0.04% | 0.24% | - |
| HSV(B) | 12º | 0.08% | 0.25% | - |
| XYZ | 4.38 | 4.49 | 4.64 | - |
| YUV | 60.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 58 | 0 | 0.06 | 0.08 | 0.75 | 12 | 0.04 | 0.24 |
| Hex | 3F | 3B | 3A | 0 | 6 | 8 | 4B | C | 4 | 18 |
| Octal | 77 | 73 | 72 | 0 | 6 | 10 | 113 | 14 | 4 | 30 |
| Binary | 111111 | 111011 | 111010 | 0 | 110 | 1000 | 1001011 | 1100 | 100 | 11000 |
Color Harmonies of #3F3B3A
Complementary color
Monochromatic Colors of #3F3B3A
Black with #3F3B3A
Text Example
Text Example
White with #3F3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B3A; }
p { color: rgb(63,59,58); }
H1.HeaderClassName
{
color: #3F3B3A;
}
.AnyTagClassName
{
color: #3F3B3A;
}
</style>
background-color css
<style>
a { background-color: #3F3B3A; }
a { background-color: rgb(63,59,58); }
div.DivClassName
{
background-color: #3F3B3A;
}
.BgClassName
{
background-color: #3F3B3A;
}
</style>
border-color css
<style>
span { border-color: #3F3B3A; }
span { border-color: rgb(63,59,58); }
td.TdClassName
{
border-color: #3F3B3A;
}
.TagClassName
{
border-color: #3F3B3A;
}
</style>