#B03358

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

Shades of Night Shadz #B03358

Tints of Night Shadz #B03358

Color information

#B03358 (or 0xB03358) is unknown color: approx Night Shadz. HEX triplet: B0, 33 and 58. RGB value is (176,51,88). Sum of RGB (Red+Green+Blue) = 176+51+88=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B03358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03358 is #4FCCA7. Grayscale: #5C5C5C. Windows color (decimal): -5229736 or 5780400. OLE color: 5780400.

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

Color convert

RGB1765188-
CMYK00.710.500.31
HSL342.24º55.07%44.51%-
HSV(B)342.24º71.02%69.02%-
XYZ20.8512.310.51-
YUV92.59125.41187.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=55.87%
G=16.19%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176518800.710.500.31342.2455.0744.51
HexB03358047321F156372d
Octal26063130010762375266755
Binary1011000011001110110000100011111001011111101010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03358; }

 p { color: rgb(176,51,88); }

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

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

 a { background-color: rgb(176,51,88); }

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

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

 span { border-color: rgb(176,51,88); }

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