#B41350

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

Shades of Jazzberry Jam #B41350

Tints of Jazzberry Jam #B41350

Color information

#B41350 (or 0xB41350) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 50. RGB value is (180,19,80). Sum of RGB (Red+Green+Blue) = 180+19+80=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B41350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41350 is #4BECAF. Grayscale: #4A4A4A. Windows color (decimal): -4975792 or 5247924. OLE color: 5247924.

HSL color Cylindrical-coordinate representation of color #B41350: hue angle of 337.27º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41350 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1801980-
CMYK00.890.560.29
HSL337.27º80.9%39.02%-
HSV(B)337.27º89.44%70.59%-
XYZ20.510.758.58-
YUV74.09131.34203.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.52%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=64.52%
G=6.81%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180198000.890.560.29337.2780.939.02
HexB41350059381D1515127
Octal264231200131703552112147
Binary1011010010011101000001011001111000111011010100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41350; }

 p { color: rgb(180,19,80); }

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

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

 a { background-color: rgb(180,19,80); }

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

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

 span { border-color: rgb(180,19,80); }

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