Html Css Color HEX #B30558 Jazzberry Jam

📋 copy color: '#B30558'

red 179 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B30558

Tints of Jazzberry Jam #B30558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 65.81%
G = 1.84%
B = 32.35%

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

#B30558 (or 0xB30558) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 58. RGB value is (179,5,88). Sum of RGB (Red+Green+Blue) = 179+5+88=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30558 is #4CFAA7. Grayscale: #424242. Windows color (decimal): -5044904 or 5768627. OLE color: 5768627.

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

Color convert

RGB 179 5 88 -
CMYK 0 0.97 0.51 0.30
HSL 331.38º 0.95% 0.36% -
HSV(B) 331.38º 0.97% 0.7% -
XYZ 20.41 10.4 10.16 -
YUV 66.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 179 5 88 0 0.97 0.51 0.30 331.38 0.95 0.36
Hex B3 5 58 0 61 33 1E 14B 5F 24
Octal 263 5 130 0 141 63 36 513 137 44
Binary 10110011 101 1011000 0 1100001 110011 11110 101001011 1011111 100100

Color Harmonies of #B30558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30558

Black with #B30558

Text Example


Text Example

White with #B30558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30558; }

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

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

background-color css

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

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

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

border-color css

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

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

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