Html Css Color HEX #B30855 Jazzberry Jam

📋 copy color: '#B30855'

red 179 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #B30855

Tints of Jazzberry Jam #B30855

RGB

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

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

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

R = 65.81%
G = 2.94%
B = 31.25%

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

#B30855 (or 0xB30855) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 55. RGB value is (179,8,85). Sum of RGB (Red+Green+Blue) = 179+8+85=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30855 is #4CF7AA. Grayscale: #434343. Windows color (decimal): -5044139 or 5572787. OLE color: 5572787.

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

Color convert

RGB 179 8 85 -
CMYK 0 0.96 0.53 0.30
HSL 332.98º 0.91% 0.37% -
HSV(B) 332.98º 0.96% 0.7% -
XYZ 20.32 10.41 9.53 -
YUV 67.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 179 8 85 0 0.96 0.53 0.30 332.98 0.91 0.37
Hex B3 8 55 0 60 35 1E 14D 5B 25
Octal 263 10 125 0 140 65 36 515 133 45
Binary 10110011 1000 1010101 0 1100000 110101 11110 101001101 1011011 100101

Color Harmonies of #B30855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30855

Black with #B30855

Text Example


Text Example

White with #B30855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30855; }

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

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

background-color css

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

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

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

border-color css

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

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

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