Shades of Night Shadz #B0354E
Tints of Night Shadz #B0354E
RGB
CMYK
RGB Variations
Color information
#B0354E (or 0xB0354E) is known color: Night Shadz. HEX triplet: B0, 35 and 4E. RGB value is (176,53,78). Sum of RGB (Red+Green+Blue) = 176+53+78=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0354E is #4FCAB1. Grayscale: #5C5C5C. Windows color (decimal): -5229234 or 5125552. OLE color: 5125552.
HSL color Cylindrical-coordinate representation of color #B0354E: hue angle of 347.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0354E is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 78 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.31 |
| HSL | 347.8º | 0.54% | 0.45% | - |
| HSV(B) | 347.8º | 0.7% | 0.69% | - |
| XYZ | 20.55 | 12.33 | 8.5 | - |
| YUV | 92.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 78 | 0 | 0.70 | 0.56 | 0.31 | 347.8 | 0.54 | 0.45 |
| Hex | B0 | 35 | 4E | 0 | 46 | 38 | 1F | 15C | 36 | 2D |
| Octal | 260 | 65 | 116 | 0 | 106 | 70 | 37 | 534 | 66 | 55 |
| Binary | 10110000 | 110101 | 1001110 | 0 | 1000110 | 111000 | 11111 | 101011100 | 110110 | 101101 |
Color Harmonies of #B0354E
Complementary color
Monochromatic Colors of #B0354E
Black with #B0354E
Text Example
Text Example
White with #B0354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0354E; }
p { color: rgb(176,53,78); }
H1.HeaderClassName
{
color: #B0354E;
}
.AnyTagClassName
{
color: #B0354E;
}
</style>
background-color css
<style>
a { background-color: #B0354E; }
a { background-color: rgb(176,53,78); }
div.DivClassName
{
background-color: #B0354E;
}
.BgClassName
{
background-color: #B0354E;
}
</style>
border-color css
<style>
span { border-color: #B0354E; }
span { border-color: rgb(176,53,78); }
td.TdClassName
{
border-color: #B0354E;
}
.TagClassName
{
border-color: #B0354E;
}
</style>