Shades of Night Shadz #B03155
Tints of Night Shadz #B03155
RGB
CMYK
RGB Variations
Color information
#B03155 (or 0xB03155) is known color: Night Shadz. HEX triplet: B0, 31 and 55. RGB value is (176,49,85). Sum of RGB (Red+Green+Blue) = 176+49+85=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B03155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03155 is #4FCEAA. Grayscale: #5B5B5B. Windows color (decimal): -5230251 or 5583280. OLE color: 5583280.
HSL color Cylindrical-coordinate representation of color #B03155: hue angle of 342.99º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03155 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 85 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.31 |
| HSL | 342.99º | 0.56% | 0.44% | - |
| HSV(B) | 342.99º | 0.72% | 0.69% | - |
| XYZ | 20.64 | 12.08 | 9.84 | - |
| YUV | 91.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 85 | 0 | 0.72 | 0.52 | 0.31 | 342.99 | 0.56 | 0.44 |
| Hex | B0 | 31 | 55 | 0 | 48 | 34 | 1F | 157 | 38 | 2C |
| Octal | 260 | 61 | 125 | 0 | 110 | 64 | 37 | 527 | 70 | 54 |
| Binary | 10110000 | 110001 | 1010101 | 0 | 1001000 | 110100 | 11111 | 101010111 | 111000 | 101100 |
Color Harmonies of #B03155
Complementary color
Monochromatic Colors of #B03155
Black with #B03155
Text Example
Text Example
White with #B03155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03155; }
p { color: rgb(176,49,85); }
H1.HeaderClassName
{
color: #B03155;
}
.AnyTagClassName
{
color: #B03155;
}
</style>
background-color css
<style>
a { background-color: #B03155; }
a { background-color: rgb(176,49,85); }
div.DivClassName
{
background-color: #B03155;
}
.BgClassName
{
background-color: #B03155;
}
</style>
border-color css
<style>
span { border-color: #B03155; }
span { border-color: rgb(176,49,85); }
td.TdClassName
{
border-color: #B03155;
}
.TagClassName
{
border-color: #B03155;
}
</style>