Shades of Night Shadz #B03F50
Tints of Night Shadz #B03F50
RGB
CMYK
RGB Variations
Color information
#B03F50 (or 0xB03F50) is known color: Night Shadz. HEX triplet: B0, 3F and 50. RGB value is (176,63,80). Sum of RGB (Red+Green+Blue) = 176+63+80=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F50 is #4FC0AF. Grayscale: #626262. Windows color (decimal): -5226672 or 5259184. OLE color: 5259184.
HSL color Cylindrical-coordinate representation of color #B03F50: hue angle of 350.97º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F50 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 80 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.31 |
| HSL | 350.97º | 0.47% | 0.47% | - |
| HSV(B) | 350.97º | 0.64% | 0.69% | - |
| XYZ | 21.13 | 13.36 | 9.06 | - |
| YUV | 98.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 80 | 0 | 0.64 | 0.55 | 0.31 | 350.97 | 0.47 | 0.47 |
| Hex | B0 | 3F | 50 | 0 | 40 | 37 | 1F | 15F | 2F | 2F |
| Octal | 260 | 77 | 120 | 0 | 100 | 67 | 37 | 537 | 57 | 57 |
| Binary | 10110000 | 111111 | 1010000 | 0 | 1000000 | 110111 | 11111 | 101011111 | 101111 | 101111 |
Color Harmonies of #B03F50
Complementary color
Monochromatic Colors of #B03F50
Black with #B03F50
Text Example
Text Example
White with #B03F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F50; }
p { color: rgb(176,63,80); }
H1.HeaderClassName
{
color: #B03F50;
}
.AnyTagClassName
{
color: #B03F50;
}
</style>
background-color css
<style>
a { background-color: #B03F50; }
a { background-color: rgb(176,63,80); }
div.DivClassName
{
background-color: #B03F50;
}
.BgClassName
{
background-color: #B03F50;
}
</style>
border-color css
<style>
span { border-color: #B03F50; }
span { border-color: rgb(176,63,80); }
td.TdClassName
{
border-color: #B03F50;
}
.TagClassName
{
border-color: #B03F50;
}
</style>