Html Css Color HEX #B80351 Jazzberry Jam

📋 copy color: '#B80351'

red 184 ◦ green 3 ◦ blue 81

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

Shades of Jazzberry Jam #B80351

Tints of Jazzberry Jam #B80351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 68.66%
G = 1.12%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B80351 (or 0xB80351) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 51. RGB value is (184,3,81). Sum of RGB (Red+Green+Blue) = 184+3+81=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B80351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80351 is #47FCAE. Grayscale: #414141. Windows color (decimal): -4717743 or 5309368. OLE color: 5309368.

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

Color convert

RGB 184 3 81 -
CMYK 0 0.98 0.56 0.28
HSL 334.14º 0.97% 0.37% -
HSV(B) 334.14º 0.98% 0.72% -
XYZ 21.28 10.85 8.76 -
YUV 66.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 184 3 81 0 0.98 0.56 0.28 334.14 0.97 0.37
Hex B8 3 51 0 62 38 1C 14E 61 25
Octal 270 3 121 0 142 70 34 516 141 45
Binary 10111000 11 1010001 0 1100010 111000 11100 101001110 1100001 100101

Color Harmonies of #B80351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80351

Black with #B80351

Text Example


Text Example

White with #B80351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80351; }

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

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

background-color css

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

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

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

border-color css

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

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

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