Html Css Color HEX #B50349 Jazzberry Jam

📋 copy color: '#B50349'

red 181 ◦ green 3 ◦ blue 73

#B50349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B50349

Tints of Jazzberry Jam #B50349

RGB

 RED value IS 181 (71.09% from 255) = 70.43%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 70.43%
G = 1.17%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B50349 (or 0xB50349) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 49. RGB value is (181,3,73). Sum of RGB (Red+Green+Blue) = 181+3+73=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B50349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50349 is #4AFCB6. Grayscale: #404040. Windows color (decimal): -4914359 or 4785077. OLE color: 4785077.

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

Color convert

RGB 181 3 73 -
CMYK 0 0.98 0.60 0.29
HSL 336.4º 0.97% 0.36% -
HSV(B) 336.4º 0.98% 0.71% -
XYZ 20.29 10.37 7.24 -
YUV 64.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 181 3 73 0 0.98 0.60 0.29 336.4 0.97 0.36
Hex B5 3 49 0 62 3C 1D 150 61 24
Octal 265 3 111 0 142 74 35 520 141 44
Binary 10110101 11 1001001 0 1100010 111100 11101 101010000 1100001 100100

Color Harmonies of #B50349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50349

Black with #B50349

Text Example


Text Example

White with #B50349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50349; }

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

 H1.HeaderClassName
 {
   color: #B50349;
 }
 .AnyTagClassName
 {
   color: #B50349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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