Shades of Night Shadz #B03959
Tints of Night Shadz #B03959
RGB
CMYK
RGB Variations
Color information
#B03959 (or 0xB03959) is known color: Night Shadz. HEX triplet: B0, 39 and 59. RGB value is (176,57,89). Sum of RGB (Red+Green+Blue) = 176+57+89=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B03959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03959 is #4FC6A6. Grayscale: #606060. Windows color (decimal): -5228199 or 5847472. OLE color: 5847472.
HSL color Cylindrical-coordinate representation of color #B03959: hue angle of 343.87º 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 #B03959 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 89 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.31 |
| HSL | 343.87º | 0.51% | 0.46% | - |
| HSV(B) | 343.87º | 0.68% | 0.69% | - |
| XYZ | 21.17 | 12.88 | 10.82 | - |
| YUV | 96.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 89 | 0 | 0.68 | 0.49 | 0.31 | 343.87 | 0.51 | 0.46 |
| Hex | B0 | 39 | 59 | 0 | 44 | 31 | 1F | 158 | 33 | 2E |
| Octal | 260 | 71 | 131 | 0 | 104 | 61 | 37 | 530 | 63 | 56 |
| Binary | 10110000 | 111001 | 1011001 | 0 | 1000100 | 110001 | 11111 | 101011000 | 110011 | 101110 |
Color Harmonies of #B03959
Complementary color
Monochromatic Colors of #B03959
Black with #B03959
Text Example
Text Example
White with #B03959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03959; }
p { color: rgb(176,57,89); }
H1.HeaderClassName
{
color: #B03959;
}
.AnyTagClassName
{
color: #B03959;
}
</style>
background-color css
<style>
a { background-color: #B03959; }
a { background-color: rgb(176,57,89); }
div.DivClassName
{
background-color: #B03959;
}
.BgClassName
{
background-color: #B03959;
}
</style>
border-color css
<style>
span { border-color: #B03959; }
span { border-color: rgb(176,57,89); }
td.TdClassName
{
border-color: #B03959;
}
.TagClassName
{
border-color: #B03959;
}
</style>