Html Css Color HEX #B50352 Jazzberry Jam

📋 copy color: '#B50352'

red 181 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #B50352

Tints of Jazzberry Jam #B50352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 68.05%
G = 1.13%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B50352 (or 0xB50352) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 52. RGB value is (181,3,82). Sum of RGB (Red+Green+Blue) = 181+3+82=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B50352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50352 is #4AFCAD. Grayscale: #414141. Windows color (decimal): -4914350 or 5374901. OLE color: 5374901.

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

Color convert

RGB 181 3 82 -
CMYK 0 0.98 0.55 0.29
HSL 333.37º 0.97% 0.36% -
HSV(B) 333.37º 0.98% 0.71% -
XYZ 20.61 10.5 8.92 -
YUV 65.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 181 3 82 0 0.98 0.55 0.29 333.37 0.97 0.36
Hex B5 3 52 0 62 37 1D 14D 61 24
Octal 265 3 122 0 142 67 35 515 141 44
Binary 10110101 11 1010010 0 1100010 110111 11101 101001101 1100001 100100

Color Harmonies of #B50352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50352

Black with #B50352

Text Example


Text Example

White with #B50352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50352; }

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

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

background-color css

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

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

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

border-color css

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

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

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