#b23a51

Color #B23A51 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #B23A51

Tints of Night Shadz #B23A51

Color information

#B23A51 (or 0xB23A51) is unknown color: approx Night Shadz. HEX triplet: B2, 3A and 51. RGB value is (178,58,81). Sum of RGB (Red+Green+Blue) = 178+58+81=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A51 is #4DC5AE. Grayscale: #606060. Windows color (decimal): -5096879 or 5323442. OLE color: 5323442.

HSL color Cylindrical-coordinate representation of color #B23A51: hue angle of 348.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A51 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1785881-
CMYK00.670.540.30
HSL348.5º50.85%46.27%-
HSV(B)348.5º67.42%69.8%-
XYZ21.3613.099.18-
YUV96.5119.26186.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=56.15%
G=18.30%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178588100.670.540.30348.550.8546.27
HexB23A51043361E15c332e
Octal26272121010366365346356
Binary1011001011101010100010100001111011011110101011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23a51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23a51; }

 p { color: rgb(178,58,81); }

 H1.HeaderClassName
 {
   color: #b23a51;
 }
 .AnyTagClassName
 {
   color: #b23a51;
 }
</style>
background-color css

<style>
 a { background-color: #b23a51; }

 a { background-color: rgb(178,58,81); }

 div.DivClassName
 {
   background-color: #b23a51;
 }
 .BgClassName
 {
   background-color: #b23a51;
 }
</style>
border-color css

<style>
 span { border-color: #b23a51; }

 span { border-color: rgb(178,58,81); }

 td.TdClassName
 {
   border-color: #b23a51;
 }
 .TagClassName
 {
   border-color: #b23a51;
 }
</style>