#B41351

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

Shades of Jazzberry Jam #B41351

Tints of Jazzberry Jam #B41351

Color information

#B41351 (or 0xB41351) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 51. RGB value is (180,19,81). Sum of RGB (Red+Green+Blue) = 180+19+81=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B41351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41351 is #4BECAE. Grayscale: #4A4A4A. Windows color (decimal): -4975791 or 5313460. OLE color: 5313460.

HSL color Cylindrical-coordinate representation of color #B41351: hue angle of 336.89º 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 #B41351 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1801981-
CMYK00.890.550.29
HSL336.89º80.9%39.02%-
HSV(B)336.89º89.44%70.59%-
XYZ20.5410.768.78-
YUV74.21131.84203.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.29%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=64.29%
G=6.79%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180198100.890.550.29336.8980.939.02
HexB41351059371D1515127
Octal264231210131673552112147
Binary1011010010011101000101011001110111111011010100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41351; }

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

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

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

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

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

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

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

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