#B41E70

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

Shades of Jazzberry Jam #B41E70

Tints of Jazzberry Jam #B41E70

Color information

#B41E70 (or 0xB41E70) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1E and 70. RGB value is (180,30,112). Sum of RGB (Red+Green+Blue) = 180+30+112=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E70 is #4BE18F. Grayscale: #545454. Windows color (decimal): -4972944 or 7347892. OLE color: 7347892.

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

Color convert

RGB18030112-
CMYK00.830.380.29
HSL327.2º71.43%41.18%-
HSV(B)327.2º83.33%70.59%-
XYZ22.2111.816.44-
YUV84.2143.7196.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=55.90%
G=9.32%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803011200.830.380.29327.271.4341.18
HexB41E70053261D1474729
Octal264361600123463550710751
Binary1011010011110111000001010011100110111011010001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E70; }

 p { color: rgb(180,30,112); }

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

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

 a { background-color: rgb(180,30,112); }

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

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

 span { border-color: rgb(180,30,112); }

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