Shades of Night Shadz #B23C50
Tints of Night Shadz #B23C50
RGB
CMYK
RGB Variations
Color information
#B23C50 (or 0xB23C50) is known color: Night Shadz. HEX triplet: B2, 3C and 50. RGB value is (178,60,80). Sum of RGB (Red+Green+Blue) = 178+60+80=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C50 is #4DC3AF. Grayscale: #616161. Windows color (decimal): -5096368 or 5258418. OLE color: 5258418.
HSL color Cylindrical-coordinate representation of color #B23C50: hue angle of 349.83º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C50 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 80 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.30 |
| HSL | 349.83º | 0.5% | 0.47% | - |
| HSV(B) | 349.83º | 0.66% | 0.7% | - |
| XYZ | 21.42 | 13.28 | 9.02 | - |
| YUV | 97.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 80 | 0 | 0.66 | 0.55 | 0.30 | 349.83 | 0.5 | 0.47 |
| Hex | B2 | 3C | 50 | 0 | 42 | 37 | 1E | 15E | 32 | 2F |
| Octal | 262 | 74 | 120 | 0 | 102 | 67 | 36 | 536 | 62 | 57 |
| Binary | 10110010 | 111100 | 1010000 | 0 | 1000010 | 110111 | 11110 | 101011110 | 110010 | 101111 |
Color Harmonies of #B23C50
Complementary color
Monochromatic Colors of #B23C50
Black with #B23C50
Text Example
Text Example
White with #B23C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C50; }
p { color: rgb(178,60,80); }
H1.HeaderClassName
{
color: #B23C50;
}
.AnyTagClassName
{
color: #B23C50;
}
</style>
background-color css
<style>
a { background-color: #B23C50; }
a { background-color: rgb(178,60,80); }
div.DivClassName
{
background-color: #B23C50;
}
.BgClassName
{
background-color: #B23C50;
}
</style>
border-color css
<style>
span { border-color: #B23C50; }
span { border-color: rgb(178,60,80); }
td.TdClassName
{
border-color: #B23C50;
}
.TagClassName
{
border-color: #B23C50;
}
</style>