Shades of Night Shadz #B03D55
Tints of Night Shadz #B03D55
RGB
CMYK
RGB Variations
Color information
#B03D55 (or 0xB03D55) is known color: Night Shadz. HEX triplet: B0, 3D and 55. RGB value is (176,61,85). Sum of RGB (Red+Green+Blue) = 176+61+85=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D55 is #4FC2AA. Grayscale: #626262. Windows color (decimal): -5227179 or 5586352. OLE color: 5586352.
HSL color Cylindrical-coordinate representation of color #B03D55: hue angle of 347.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D55 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 85 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.31 |
| HSL | 347.48º | 0.49% | 0.46% | - |
| HSV(B) | 347.48º | 0.65% | 0.69% | - |
| XYZ | 21.21 | 13.22 | 10.03 | - |
| YUV | 98.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 85 | 0 | 0.65 | 0.52 | 0.31 | 347.48 | 0.49 | 0.46 |
| Hex | B0 | 3D | 55 | 0 | 41 | 34 | 1F | 15B | 31 | 2E |
| Octal | 260 | 75 | 125 | 0 | 101 | 64 | 37 | 533 | 61 | 56 |
| Binary | 10110000 | 111101 | 1010101 | 0 | 1000001 | 110100 | 11111 | 101011011 | 110001 | 101110 |
Color Harmonies of #B03D55
Complementary color
Monochromatic Colors of #B03D55
Black with #B03D55
Text Example
Text Example
White with #B03D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D55; }
p { color: rgb(176,61,85); }
H1.HeaderClassName
{
color: #B03D55;
}
.AnyTagClassName
{
color: #B03D55;
}
</style>
background-color css
<style>
a { background-color: #B03D55; }
a { background-color: rgb(176,61,85); }
div.DivClassName
{
background-color: #B03D55;
}
.BgClassName
{
background-color: #B03D55;
}
</style>
border-color css
<style>
span { border-color: #B03D55; }
span { border-color: rgb(176,61,85); }
td.TdClassName
{
border-color: #B03D55;
}
.TagClassName
{
border-color: #B03D55;
}
</style>