Html Css Color HEX #B30752 Jazzberry Jam

📋 copy color: '#B30752'

red 179 ◦ green 7 ◦ blue 82

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

Shades of Jazzberry Jam #B30752

Tints of Jazzberry Jam #B30752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 66.79%
G = 2.61%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B30752 (or 0xB30752) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 52. RGB value is (179,7,82). Sum of RGB (Red+Green+Blue) = 179+7+82=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30752 is #4CF8AD. Grayscale: #424242. Windows color (decimal): -5044398 or 5375923. OLE color: 5375923.

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

Color convert

RGB 179 7 82 -
CMYK 0 0.96 0.54 0.30
HSL 333.84º 0.92% 0.36% -
HSV(B) 333.84º 0.96% 0.7% -
XYZ 20.19 10.34 8.92 -
YUV 66.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 179 7 82 0 0.96 0.54 0.30 333.84 0.92 0.36
Hex B3 7 52 0 60 36 1E 14E 5C 24
Octal 263 7 122 0 140 66 36 516 134 44
Binary 10110011 111 1010010 0 1100000 110110 11110 101001110 1011100 100100

Color Harmonies of #B30752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30752

Black with #B30752

Text Example


Text Example

White with #B30752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30752; }

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

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

background-color css

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

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

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

border-color css

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

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

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