#B03257

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

Shades of Night Shadz #B03257

Tints of Night Shadz #B03257

Color information

#B03257 (or 0xB03257) is unknown color: approx Night Shadz. HEX triplet: B0, 32 and 57. RGB value is (176,50,87). Sum of RGB (Red+Green+Blue) = 176+50+87=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B03257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03257 is #4FCDA8. Grayscale: #5B5B5B. Windows color (decimal): -5229993 or 5714608. OLE color: 5714608.

HSL color Cylindrical-coordinate representation of color #B03257: hue angle of 342.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03257 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1765087-
CMYK00.720.510.31
HSL342.38º55.75%44.31%-
HSV(B)342.38º71.59%69.02%-
XYZ20.7712.210.28-
YUV91.89125.24187.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=56.23%
G=15.97%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176508700.720.510.31342.3855.7544.31
HexB03257048331F156382c
Octal26062127011063375267054
Binary1011000011001010101110100100011001111111101010110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03257; }

 p { color: rgb(176,50,87); }

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

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

 a { background-color: rgb(176,50,87); }

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

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

 span { border-color: rgb(176,50,87); }

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