Html Css Color HEX #B80359 Jazzberry Jam

📋 copy color: '#B80359'

red 184 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #B80359

Tints of Jazzberry Jam #B80359

RGB

 RED value IS 184 (72.27% from 255) = 66.67%

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

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 66.67%
G = 1.09%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B80359 (or 0xB80359) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 59. RGB value is (184,3,89). Sum of RGB (Red+Green+Blue) = 184+3+89=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80359 is #47FCA6. Grayscale: #424242. Windows color (decimal): -4717735 or 5833656. OLE color: 5833656.

HSL color Cylindrical-coordinate representation of color #B80359: hue angle of 331.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80359 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 89 -
CMYK 0 0.98 0.52 0.28
HSL 331.49º 0.97% 0.37% -
HSV(B) 331.49º 0.98% 0.72% -
XYZ 21.6 10.98 10.43 -
YUV 66.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 184 3 89 0 0.98 0.52 0.28 331.49 0.97 0.37
Hex B8 3 59 0 62 34 1C 14B 61 25
Octal 270 3 131 0 142 64 34 513 141 45
Binary 10111000 11 1011001 0 1100010 110100 11100 101001011 1100001 100101

Color Harmonies of #B80359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80359

Black with #B80359

Text Example


Text Example

White with #B80359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80359; }

 p { color: rgb(184,3,89); }

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

background-color css

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

 a { background-color: rgb(184,3,89); }

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

border-color css

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

 span { border-color: rgb(184,3,89); }

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