Shades of Night Shadz #B03355
Tints of Night Shadz #B03355
RGB
CMYK
RGB Variations
Color information
#B03355 (or 0xB03355) is known color: Night Shadz. HEX triplet: B0, 33 and 55. RGB value is (176,51,85). Sum of RGB (Red+Green+Blue) = 176+51+85=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B03355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03355 is #4FCCAA. Grayscale: #5C5C5C. Windows color (decimal): -5229739 or 5583792. OLE color: 5583792.
HSL color Cylindrical-coordinate representation of color #B03355: hue angle of 343.68º 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 #B03355 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 85 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.31 |
| HSL | 343.68º | 0.55% | 0.45% | - |
| HSV(B) | 343.68º | 0.71% | 0.69% | - |
| XYZ | 20.73 | 12.25 | 9.87 | - |
| YUV | 92.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 85 | 0 | 0.71 | 0.52 | 0.31 | 343.68 | 0.55 | 0.45 |
| Hex | B0 | 33 | 55 | 0 | 47 | 34 | 1F | 158 | 37 | 2D |
| Octal | 260 | 63 | 125 | 0 | 107 | 64 | 37 | 530 | 67 | 55 |
| Binary | 10110000 | 110011 | 1010101 | 0 | 1000111 | 110100 | 11111 | 101011000 | 110111 | 101101 |
Color Harmonies of #B03355
Complementary color
Monochromatic Colors of #B03355
Black with #B03355
Text Example
Text Example
White with #B03355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03355; }
p { color: rgb(176,51,85); }
H1.HeaderClassName
{
color: #B03355;
}
.AnyTagClassName
{
color: #B03355;
}
</style>
background-color css
<style>
a { background-color: #B03355; }
a { background-color: rgb(176,51,85); }
div.DivClassName
{
background-color: #B03355;
}
.BgClassName
{
background-color: #B03355;
}
</style>
border-color css
<style>
span { border-color: #B03355; }
span { border-color: rgb(176,51,85); }
td.TdClassName
{
border-color: #B03355;
}
.TagClassName
{
border-color: #B03355;
}
</style>