Html Css Color HEX #B30652 Jazzberry Jam

📋 copy color: '#B30652'

red 179 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #B30652

Tints of Jazzberry Jam #B30652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 67.04%
G = 2.25%
B = 30.71%

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

#B30652 (or 0xB30652) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 52. RGB value is (179,6,82). Sum of RGB (Red+Green+Blue) = 179+6+82=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B30652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30652 is #4CF9AD. Grayscale: #424242. Windows color (decimal): -5044654 or 5375667. OLE color: 5375667.

HSL color Cylindrical-coordinate representation of color #B30652: hue angle of 333.64º degrees, saturation: 0.94, 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 #B30652 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 82 -
CMYK 0 0.97 0.54 0.30
HSL 333.64º 0.94% 0.36% -
HSV(B) 333.64º 0.97% 0.7% -
XYZ 20.18 10.32 8.91 -
YUV 66.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 179 6 82 0 0.97 0.54 0.30 333.64 0.94 0.36
Hex B3 6 52 0 61 36 1E 14E 5E 24
Octal 263 6 122 0 141 66 36 516 136 44
Binary 10110011 110 1010010 0 1100001 110110 11110 101001110 1011110 100100

Color Harmonies of #B30652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30652

Black with #B30652

Text Example


Text Example

White with #B30652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30652; }

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

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

background-color css

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

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

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

border-color css

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

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

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