Html Css Color HEX #B30852 Jazzberry Jam

📋 copy color: '#B30852'

red 179 ◦ green 8 ◦ blue 82

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

Shades of Jazzberry Jam #B30852

Tints of Jazzberry Jam #B30852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

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

R = 66.54%
G = 2.97%
B = 30.48%

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

#B30852 (or 0xB30852) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 52. RGB value is (179,8,82). Sum of RGB (Red+Green+Blue) = 179+8+82=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30852 is #4CF7AD. Grayscale: #434343. Windows color (decimal): -5044142 or 5376179. OLE color: 5376179.

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

Color convert

RGB 179 8 82 -
CMYK 0 0.96 0.54 0.30
HSL 334.04º 0.91% 0.37% -
HSV(B) 334.04º 0.96% 0.7% -
XYZ 20.2 10.37 8.92 -
YUV 67.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 179 8 82 0 0.96 0.54 0.30 334.04 0.91 0.37
Hex B3 8 52 0 60 36 1E 14E 5B 25
Octal 263 10 122 0 140 66 36 516 133 45
Binary 10110011 1000 1010010 0 1100000 110110 11110 101001110 1011011 100101

Color Harmonies of #B30852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30852

Black with #B30852

Text Example


Text Example

White with #B30852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30852; }

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

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

background-color css

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

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

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

border-color css

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

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

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