#B13358

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

Shades of Night Shadz #B13358

Tints of Night Shadz #B13358

Color information

#B13358 (or 0xB13358) is unknown color: approx Night Shadz. HEX triplet: B1, 33 and 58. RGB value is (177,51,88). Sum of RGB (Red+Green+Blue) = 177+51+88=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B13358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13358 is #4ECCA7. Grayscale: #5C5C5C. Windows color (decimal): -5164200 or 5780401. OLE color: 5780401.

HSL color Cylindrical-coordinate representation of color #B13358: hue angle of 342.38º 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 #B13358 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1775188-
CMYK00.710.500.31
HSL342.38º55.26%44.71%-
HSV(B)342.38º71.19%69.41%-
XYZ21.0812.4210.52-
YUV92.89125.24187.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=56.01%
G=16.14%
B=27.85%

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
Decimal177518800.710.500.31342.3855.2644.71
HexB13358047321F156372d
Octal26163130010762375266755
Binary1011000111001110110000100011111001011111101010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13358; }

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

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

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

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

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

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

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

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