Shades of Night Shadz #B03356
Tints of Night Shadz #B03356
RGB
CMYK
RGB Variations
Color information
#B03356 (or 0xB03356) is known color: Night Shadz. HEX triplet: B0, 33 and 56. RGB value is (176,51,86). Sum of RGB (Red+Green+Blue) = 176+51+86=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B03356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03356 is #4FCCA9. Grayscale: #5C5C5C. Windows color (decimal): -5229738 or 5649328. OLE color: 5649328.
HSL color Cylindrical-coordinate representation of color #B03356: hue angle of 343.2º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03356 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 86 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.31 |
| HSL | 343.2º | 0.55% | 0.45% | - |
| HSV(B) | 343.2º | 0.71% | 0.69% | - |
| XYZ | 20.77 | 12.27 | 10.08 | - |
| YUV | 92.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 86 | 0 | 0.71 | 0.51 | 0.31 | 343.2 | 0.55 | 0.45 |
| Hex | B0 | 33 | 56 | 0 | 47 | 33 | 1F | 157 | 37 | 2D |
| Octal | 260 | 63 | 126 | 0 | 107 | 63 | 37 | 527 | 67 | 55 |
| Binary | 10110000 | 110011 | 1010110 | 0 | 1000111 | 110011 | 11111 | 101010111 | 110111 | 101101 |
Color Harmonies of #B03356
Complementary color
Monochromatic Colors of #B03356
Black with #B03356
Text Example
Text Example
White with #B03356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03356; }
p { color: rgb(176,51,86); }
H1.HeaderClassName
{
color: #B03356;
}
.AnyTagClassName
{
color: #B03356;
}
</style>
background-color css
<style>
a { background-color: #B03356; }
a { background-color: rgb(176,51,86); }
div.DivClassName
{
background-color: #B03356;
}
.BgClassName
{
background-color: #B03356;
}
</style>
border-color css
<style>
span { border-color: #B03356; }
span { border-color: rgb(176,51,86); }
td.TdClassName
{
border-color: #B03356;
}
.TagClassName
{
border-color: #B03356;
}
</style>