Html Css Color HEX #B50353 Jazzberry Jam

📋 copy color: '#B50353'

red 181 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B50353

Tints of Jazzberry Jam #B50353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 67.79%
G = 1.12%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50353 (or 0xB50353) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 53. RGB value is (181,3,83). Sum of RGB (Red+Green+Blue) = 181+3+83=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B50353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50353 is #4AFCAC. Grayscale: #414141. Windows color (decimal): -4914349 or 5440437. OLE color: 5440437.

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

Color convert

RGB 181 3 83 -
CMYK 0 0.98 0.54 0.29
HSL 333.03º 0.97% 0.36% -
HSV(B) 333.03º 0.98% 0.71% -
XYZ 20.65 10.51 9.12 -
YUV 65.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 181 3 83 0 0.98 0.54 0.29 333.03 0.97 0.36
Hex B5 3 53 0 62 36 1D 14D 61 24
Octal 265 3 123 0 142 66 35 515 141 44
Binary 10110101 11 1010011 0 1100010 110110 11101 101001101 1100001 100100

Color Harmonies of #B50353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50353

Black with #B50353

Text Example


Text Example

White with #B50353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50353; }

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

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

background-color css

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

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

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

border-color css

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

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

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