Shades of Night Shadz #B03A59
Tints of Night Shadz #B03A59
RGB
CMYK
RGB Variations
Color information
#B03A59 (or 0xB03A59) is known color: Night Shadz. HEX triplet: B0, 3A and 59. RGB value is (176,58,89). Sum of RGB (Red+Green+Blue) = 176+58+89=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A59 is #4FC5A6. Grayscale: #606060. Windows color (decimal): -5227943 or 5847728. OLE color: 5847728.
HSL color Cylindrical-coordinate representation of color #B03A59: hue angle of 344.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A59 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 89 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.31 |
| HSL | 344.24º | 0.5% | 0.46% | - |
| HSV(B) | 344.24º | 0.67% | 0.69% | - |
| XYZ | 21.22 | 12.98 | 10.84 | - |
| YUV | 96.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 89 | 0 | 0.67 | 0.49 | 0.31 | 344.24 | 0.5 | 0.46 |
| Hex | B0 | 3A | 59 | 0 | 43 | 31 | 1F | 158 | 32 | 2E |
| Octal | 260 | 72 | 131 | 0 | 103 | 61 | 37 | 530 | 62 | 56 |
| Binary | 10110000 | 111010 | 1011001 | 0 | 1000011 | 110001 | 11111 | 101011000 | 110010 | 101110 |
Color Harmonies of #B03A59
Complementary color
Monochromatic Colors of #B03A59
Black with #B03A59
Text Example
Text Example
White with #B03A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A59; }
p { color: rgb(176,58,89); }
H1.HeaderClassName
{
color: #B03A59;
}
.AnyTagClassName
{
color: #B03A59;
}
</style>
background-color css
<style>
a { background-color: #B03A59; }
a { background-color: rgb(176,58,89); }
div.DivClassName
{
background-color: #B03A59;
}
.BgClassName
{
background-color: #B03A59;
}
</style>
border-color css
<style>
span { border-color: #B03A59; }
span { border-color: rgb(176,58,89); }
td.TdClassName
{
border-color: #B03A59;
}
.TagClassName
{
border-color: #B03A59;
}
</style>