#B40F58

Color #B40F58 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B40F58

Tints of Jazzberry Jam #B40F58

Color information

#B40F58 (or 0xB40F58) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0F and 58. RGB value is (180,15,88). Sum of RGB (Red+Green+Blue) = 180+15+88=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F58 is #4BF0A7. Grayscale: #484848. Windows color (decimal): -4976808 or 5771188. OLE color: 5771188.

HSL color Cylindrical-coordinate representation of color #B40F58: hue angle of 333.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F58 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1801588-
CMYK00.920.510.29
HSL333.45º84.62%38.24%-
HSV(B)333.45º91.67%70.59%-
XYZ20.7510.7510.21-
YUV72.66136.66204.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=63.60%
G=5.30%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180158800.920.510.29333.4584.6238.24
HexB4F5805C331D14d5526
Octal264171300134633551512546
Binary101101001111101100001011100110011111011010011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F58; }

 p { color: rgb(180,15,88); }

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

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

 a { background-color: rgb(180,15,88); }

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

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

 span { border-color: rgb(180,15,88); }

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