Shades of Night Shadz #B0394F
Tints of Night Shadz #B0394F
RGB
CMYK
RGB Variations
Color information
#B0394F (or 0xB0394F) is known color: Night Shadz. HEX triplet: B0, 39 and 4F. RGB value is (176,57,79). Sum of RGB (Red+Green+Blue) = 176+57+79=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B0394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0394F is #4FC6B0. Grayscale: #5F5F5F. Windows color (decimal): -5228209 or 5192112. OLE color: 5192112.
HSL color Cylindrical-coordinate representation of color #B0394F: hue angle of 348.91º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0394F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 79 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.31 |
| HSL | 348.91º | 0.51% | 0.46% | - |
| HSV(B) | 348.91º | 0.68% | 0.69% | - |
| XYZ | 20.78 | 12.72 | 8.76 | - |
| YUV | 95.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 79 | 0 | 0.68 | 0.55 | 0.31 | 348.91 | 0.51 | 0.46 |
| Hex | B0 | 39 | 4F | 0 | 44 | 37 | 1F | 15D | 33 | 2E |
| Octal | 260 | 71 | 117 | 0 | 104 | 67 | 37 | 535 | 63 | 56 |
| Binary | 10110000 | 111001 | 1001111 | 0 | 1000100 | 110111 | 11111 | 101011101 | 110011 | 101110 |
Color Harmonies of #B0394F
Complementary color
Monochromatic Colors of #B0394F
Black with #B0394F
Text Example
Text Example
White with #B0394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0394F; }
p { color: rgb(176,57,79); }
H1.HeaderClassName
{
color: #B0394F;
}
.AnyTagClassName
{
color: #B0394F;
}
</style>
background-color css
<style>
a { background-color: #B0394F; }
a { background-color: rgb(176,57,79); }
div.DivClassName
{
background-color: #B0394F;
}
.BgClassName
{
background-color: #B0394F;
}
</style>
border-color css
<style>
span { border-color: #B0394F; }
span { border-color: rgb(176,57,79); }
td.TdClassName
{
border-color: #B0394F;
}
.TagClassName
{
border-color: #B0394F;
}
</style>