#B50373

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

Shades of Jazzberry Jam #B50373

Tints of Jazzberry Jam #B50373

Color information

#B50373 (or 0xB50373) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 03 and 73. RGB value is (181,3,115). Sum of RGB (Red+Green+Blue) = 181+3+115=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B50373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50373 is #4AFC8C. Grayscale: #444444. Windows color (decimal): -4914317 or 7537589. OLE color: 7537589.

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

Color convert

RGB1813115-
CMYK00.980.360.29
HSL322.25º96.74%36.08%-
HSV(B)322.25º98.34%70.98%-
XYZ22.1811.1317.2-
YUV68.99153.97207.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=60.54%
G=1.00%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181311500.980.360.29322.2596.7436.08
HexB5373062241D1426124
Octal26531630142443550214144
Binary1011010111111001101100010100100111011010000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50373; }

 p { color: rgb(181,3,115); }

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

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

 a { background-color: rgb(181,3,115); }

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

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

 span { border-color: rgb(181,3,115); }

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