Shades of Night Shadz #B23E50
Tints of Night Shadz #B23E50
RGB
CMYK
RGB Variations
Color information
#B23E50 (or 0xB23E50) is known color: Night Shadz. HEX triplet: B2, 3E and 50. RGB value is (178,62,80). Sum of RGB (Red+Green+Blue) = 178+62+80=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E50 is #4DC1AF. Grayscale: #626262. Windows color (decimal): -5095856 or 5258930. OLE color: 5258930.
HSL color Cylindrical-coordinate representation of color #B23E50: hue angle of 350.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E50 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 80 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.30 |
| HSL | 350.69º | 0.48% | 0.47% | - |
| HSV(B) | 350.69º | 0.65% | 0.7% | - |
| XYZ | 21.53 | 13.49 | 9.06 | - |
| YUV | 98.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 80 | 0 | 0.65 | 0.55 | 0.30 | 350.69 | 0.48 | 0.47 |
| Hex | B2 | 3E | 50 | 0 | 41 | 37 | 1E | 15F | 30 | 2F |
| Octal | 262 | 76 | 120 | 0 | 101 | 67 | 36 | 537 | 60 | 57 |
| Binary | 10110010 | 111110 | 1010000 | 0 | 1000001 | 110111 | 11110 | 101011111 | 110000 | 101111 |
Color Harmonies of #B23E50
Complementary color
Monochromatic Colors of #B23E50
Black with #B23E50
Text Example
Text Example
White with #B23E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E50; }
p { color: rgb(178,62,80); }
H1.HeaderClassName
{
color: #B23E50;
}
.AnyTagClassName
{
color: #B23E50;
}
</style>
background-color css
<style>
a { background-color: #B23E50; }
a { background-color: rgb(178,62,80); }
div.DivClassName
{
background-color: #B23E50;
}
.BgClassName
{
background-color: #B23E50;
}
</style>
border-color css
<style>
span { border-color: #B23E50; }
span { border-color: rgb(178,62,80); }
td.TdClassName
{
border-color: #B23E50;
}
.TagClassName
{
border-color: #B23E50;
}
</style>