Shades of Night Shadz #B0384B
Tints of Night Shadz #B0384B
RGB
CMYK
RGB Variations
Color information
#B0384B (or 0xB0384B) is known color: Night Shadz. HEX triplet: B0, 38 and 4B. RGB value is (176,56,75). Sum of RGB (Red+Green+Blue) = 176+56+75=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0384B is #4FC7B4. Grayscale: #5E5E5E. Windows color (decimal): -5228469 or 4929712. OLE color: 4929712.
HSL color Cylindrical-coordinate representation of color #B0384B: hue angle of 350.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 #B0384B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 75 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.31 |
| HSL | 350.5º | 0.52% | 0.45% | - |
| HSV(B) | 350.5º | 0.68% | 0.69% | - |
| XYZ | 20.59 | 12.57 | 8 | - |
| YUV | 94.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 75 | 0 | 0.68 | 0.57 | 0.31 | 350.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 4B | 0 | 44 | 39 | 1F | 15E | 34 | 2D |
| Octal | 260 | 70 | 113 | 0 | 104 | 71 | 37 | 536 | 64 | 55 |
| Binary | 10110000 | 111000 | 1001011 | 0 | 1000100 | 111001 | 11111 | 101011110 | 110100 | 101101 |
Color Harmonies of #B0384B
Complementary color
Monochromatic Colors of #B0384B
Black with #B0384B
Text Example
Text Example
White with #B0384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0384B; }
p { color: rgb(176,56,75); }
H1.HeaderClassName
{
color: #B0384B;
}
.AnyTagClassName
{
color: #B0384B;
}
</style>
background-color css
<style>
a { background-color: #B0384B; }
a { background-color: rgb(176,56,75); }
div.DivClassName
{
background-color: #B0384B;
}
.BgClassName
{
background-color: #B0384B;
}
</style>
border-color css
<style>
span { border-color: #B0384B; }
span { border-color: rgb(176,56,75); }
td.TdClassName
{
border-color: #B0384B;
}
.TagClassName
{
border-color: #B0384B;
}
</style>