Html Css Color HEX #B30552 Jazzberry Jam

📋 copy color: '#B30552'

red 179 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #B30552

Tints of Jazzberry Jam #B30552

RGB

 RED value IS 179 (70.31% from 255) = 67.29%

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 67.29%
G = 1.88%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B30552 (or 0xB30552) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 52. RGB value is (179,5,82). Sum of RGB (Red+Green+Blue) = 179+5+82=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B30552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30552 is #4CFAAD. Grayscale: #414141. Windows color (decimal): -5044910 or 5375411. OLE color: 5375411.

HSL color Cylindrical-coordinate representation of color #B30552: hue angle of 333.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30552 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 82 -
CMYK 0 0.97 0.54 0.30
HSL 333.45º 0.95% 0.36% -
HSV(B) 333.45º 0.97% 0.7% -
XYZ 20.17 10.3 8.91 -
YUV 65.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 179 5 82 0 0.97 0.54 0.30 333.45 0.95 0.36
Hex B3 5 52 0 61 36 1E 14D 5F 24
Octal 263 5 122 0 141 66 36 515 137 44
Binary 10110011 101 1010010 0 1100001 110110 11110 101001101 1011111 100100

Color Harmonies of #B30552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30552

Black with #B30552

Text Example


Text Example

White with #B30552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30552; }

 p { color: rgb(179,5,82); }

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

background-color css

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

 a { background-color: rgb(179,5,82); }

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

border-color css

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

 span { border-color: rgb(179,5,82); }

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