#B03759

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

Shades of Night Shadz #B03759

Tints of Night Shadz #B03759

Color information

#B03759 (or 0xB03759) is unknown color: approx Night Shadz. HEX triplet: B0, 37 and 59. RGB value is (176,55,89). Sum of RGB (Red+Green+Blue) = 176+55+89=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B03759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03759 is #4FC8A6. Grayscale: #5F5F5F. Windows color (decimal): -5228711 or 5846960. OLE color: 5846960.

HSL color Cylindrical-coordinate representation of color #B03759: hue angle of 343.14º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03759 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1765589-
CMYK00.690.490.31
HSL343.14º52.38%45.29%-
HSV(B)343.14º68.75%69.02%-
XYZ21.0712.6810.79-
YUV95.06124.59185.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=55%
G=17.19%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176558900.690.490.31343.1452.3845.29
HexB03759045311F157342d
Octal26067131010561375276455
Binary1011000011011110110010100010111000111111101010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03759; }

 p { color: rgb(176,55,89); }

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

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

 a { background-color: rgb(176,55,89); }

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

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

 span { border-color: rgb(176,55,89); }

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