Html Css Color HEX #B30557 Jazzberry Jam

📋 copy color: '#B30557'

red 179 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #B30557

Tints of Jazzberry Jam #B30557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 87 (34.38% from 255) = 32.1%

R = 66.05%
G = 1.85%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B30557 (or 0xB30557) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 57. RGB value is (179,5,87). Sum of RGB (Red+Green+Blue) = 179+5+87=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30557 is #4CFAA8. Grayscale: #424242. Windows color (decimal): -5044905 or 5703091. OLE color: 5703091.

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

Color convert

RGB 179 5 87 -
CMYK 0 0.97 0.51 0.30
HSL 331.72º 0.95% 0.36% -
HSV(B) 331.72º 0.97% 0.7% -
XYZ 20.36 10.38 9.95 -
YUV 66.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 179 5 87 0 0.97 0.51 0.30 331.72 0.95 0.36
Hex B3 5 57 0 61 33 1E 14C 5F 24
Octal 263 5 127 0 141 63 36 514 137 44
Binary 10110011 101 1010111 0 1100001 110011 11110 101001100 1011111 100100

Color Harmonies of #B30557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30557

Black with #B30557

Text Example


Text Example

White with #B30557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30557; }

 p { color: rgb(179,5,87); }

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

background-color css

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

 a { background-color: rgb(179,5,87); }

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

border-color css

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

 span { border-color: rgb(179,5,87); }

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