Shades of Night Rider #3B3131
Tints of Night Rider #3B3131
RGB
CMYK
RGB Variations
Color information
#3B3131 (or 0x3B3131) is known color: Night Rider. HEX triplet: 3B, 31 and 31. RGB value is (59,49,49). Sum of RGB (Red+Green+Blue) = 59+49+49=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3131 is #C4CECE. Grayscale: #343434. Windows color (decimal): -12897999 or 3223867. OLE color: 3223867.
HSL color Cylindrical-coordinate representation of color #3B3131: hue angle of 0º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3131 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 49 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.77 |
| HSL | 0º | 0.09% | 0.21% | - |
| HSV(B) | 0º | 0.17% | 0.23% | - |
| XYZ | 3.46 | 3.35 | 3.37 | - |
| YUV | 51.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 49 | 0 | 0.17 | 0.17 | 0.77 | 0 | 0.09 | 0.21 |
| Hex | 3B | 31 | 31 | 0 | 11 | 11 | 4D | 0 | 9 | 15 |
| Octal | 73 | 61 | 61 | 0 | 21 | 21 | 115 | 0 | 11 | 25 |
| Binary | 111011 | 110001 | 110001 | 0 | 10001 | 10001 | 1001101 | 0 | 1001 | 10101 |
Color Harmonies of #3B3131
Complementary color
Monochromatic Colors of #3B3131
Black with #3B3131
Text Example
Text Example
White with #3B3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3131; }
p { color: rgb(59,49,49); }
H1.HeaderClassName
{
color: #3B3131;
}
.AnyTagClassName
{
color: #3B3131;
}
</style>
background-color css
<style>
a { background-color: #3B3131; }
a { background-color: rgb(59,49,49); }
div.DivClassName
{
background-color: #3B3131;
}
.BgClassName
{
background-color: #3B3131;
}
</style>
border-color css
<style>
span { border-color: #3B3131; }
span { border-color: rgb(59,49,49); }
td.TdClassName
{
border-color: #3B3131;
}
.TagClassName
{
border-color: #3B3131;
}
</style>