Html Css Color HEX #B50345 Jazzberry Jam

📋 copy color: '#B50345'

red 181 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #B50345

Tints of Jazzberry Jam #B50345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 71.54%
G = 1.19%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50345 (or 0xB50345) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 45. RGB value is (181,3,69). Sum of RGB (Red+Green+Blue) = 181+3+69=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B50345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50345 is #4AFCBA. Grayscale: #3F3F3F. Windows color (decimal): -4914363 or 4522933. OLE color: 4522933.

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

Color convert

RGB 181 3 69 -
CMYK 0 0.98 0.62 0.29
HSL 337.75º 0.97% 0.36% -
HSV(B) 337.75º 0.98% 0.71% -
XYZ 20.16 10.32 6.56 -
YUV 63.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 181 3 69 0 0.98 0.62 0.29 337.75 0.97 0.36
Hex B5 3 45 0 62 3E 1D 152 61 24
Octal 265 3 105 0 142 76 35 522 141 44
Binary 10110101 11 1000101 0 1100010 111110 11101 101010010 1100001 100100

Color Harmonies of #B50345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50345

Black with #B50345

Text Example


Text Example

White with #B50345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50345; }

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

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

background-color css

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

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

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

border-color css

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

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

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