Shades of Night Shadz #B0384F
Tints of Night Shadz #B0384F
RGB
CMYK
RGB Variations
Color information
#B0384F (or 0xB0384F) is known color: Night Shadz. HEX triplet: B0, 38 and 4F. RGB value is (176,56,79). Sum of RGB (Red+Green+Blue) = 176+56+79=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B0384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0384F is #4FC7B0. Grayscale: #5E5E5E. Windows color (decimal): -5228465 or 5191856. OLE color: 5191856.
HSL color Cylindrical-coordinate representation of color #B0384F: hue angle of 348.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0384F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 79 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.31 |
| HSL | 348.5º | 0.52% | 0.45% | - |
| HSV(B) | 348.5º | 0.68% | 0.69% | - |
| XYZ | 20.73 | 12.62 | 8.74 | - |
| YUV | 94.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 79 | 0 | 0.68 | 0.55 | 0.31 | 348.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 4F | 0 | 44 | 37 | 1F | 15C | 34 | 2D |
| Octal | 260 | 70 | 117 | 0 | 104 | 67 | 37 | 534 | 64 | 55 |
| Binary | 10110000 | 111000 | 1001111 | 0 | 1000100 | 110111 | 11111 | 101011100 | 110100 | 101101 |
Color Harmonies of #B0384F
Complementary color
Monochromatic Colors of #B0384F
Black with #B0384F
Text Example
Text Example
White with #B0384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0384F; }
p { color: rgb(176,56,79); }
H1.HeaderClassName
{
color: #B0384F;
}
.AnyTagClassName
{
color: #B0384F;
}
</style>
background-color css
<style>
a { background-color: #B0384F; }
a { background-color: rgb(176,56,79); }
div.DivClassName
{
background-color: #B0384F;
}
.BgClassName
{
background-color: #B0384F;
}
</style>
border-color css
<style>
span { border-color: #B0384F; }
span { border-color: rgb(176,56,79); }
td.TdClassName
{
border-color: #B0384F;
}
.TagClassName
{
border-color: #B0384F;
}
</style>