Html Css Color HEX #B30755 Jazzberry Jam

📋 copy color: '#B30755'

red 179 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #B30755

Tints of Jazzberry Jam #B30755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 66.05%
G = 2.58%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30755 (or 0xB30755) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 55. RGB value is (179,7,85). Sum of RGB (Red+Green+Blue) = 179+7+85=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30755 is #4CF8AA. Grayscale: #434343. Windows color (decimal): -5044395 or 5572531. OLE color: 5572531.

HSL color Cylindrical-coordinate representation of color #B30755: hue angle of 332.79º 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 #B30755 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 85 -
CMYK 0 0.96 0.53 0.30
HSL 332.79º 0.92% 0.36% -
HSV(B) 332.79º 0.96% 0.7% -
XYZ 20.31 10.39 9.53 -
YUV 67.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 179 7 85 0 0.96 0.53 0.30 332.79 0.92 0.36
Hex B3 7 55 0 60 35 1E 14D 5C 24
Octal 263 7 125 0 140 65 36 515 134 44
Binary 10110011 111 1010101 0 1100000 110101 11110 101001101 1011100 100100

Color Harmonies of #B30755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30755

Black with #B30755

Text Example


Text Example

White with #B30755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30755; }

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

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

background-color css

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

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

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

border-color css

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

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

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