Html Css Color HEX #B50346 Jazzberry Jam

📋 copy color: '#B50346'

red 181 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B50346

Tints of Jazzberry Jam #B50346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 71.26%
G = 1.18%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B50346 (or 0xB50346) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 46. RGB value is (181,3,70). Sum of RGB (Red+Green+Blue) = 181+3+70=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B50346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50346 is #4AFCB9. Grayscale: #3F3F3F. Windows color (decimal): -4914362 or 4588469. OLE color: 4588469.

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

Color convert

RGB 181 3 70 -
CMYK 0 0.98 0.61 0.29
HSL 337.42º 0.97% 0.36% -
HSV(B) 337.42º 0.98% 0.71% -
XYZ 20.19 10.33 6.72 -
YUV 63.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 181 3 70 0 0.98 0.61 0.29 337.42 0.97 0.36
Hex B5 3 46 0 62 3D 1D 151 61 24
Octal 265 3 106 0 142 75 35 521 141 44
Binary 10110101 11 1000110 0 1100010 111101 11101 101010001 1100001 100100

Color Harmonies of #B50346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50346

Black with #B50346

Text Example


Text Example

White with #B50346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50346; }

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

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

background-color css

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

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

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

border-color css

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

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

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