Html Css Color HEX #B30547 Jazzberry Jam

📋 copy color: '#B30547'

red 179 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #B30547

Tints of Jazzberry Jam #B30547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 70.2%
G = 1.96%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30547 (or 0xB30547) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 47. RGB value is (179,5,71). Sum of RGB (Red+Green+Blue) = 179+5+71=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B30547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30547 is #4CFAB8. Grayscale: #404040. Windows color (decimal): -5044921 or 4654515. OLE color: 4654515.

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

Color convert

RGB 179 5 71 -
CMYK 0 0.97 0.60 0.30
HSL 337.24º 0.95% 0.36% -
HSV(B) 337.24º 0.97% 0.7% -
XYZ 19.78 10.15 6.88 -
YUV 64.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 179 5 71 0 0.97 0.60 0.30 337.24 0.95 0.36
Hex B3 5 47 0 61 3C 1E 151 5F 24
Octal 263 5 107 0 141 74 36 521 137 44
Binary 10110011 101 1000111 0 1100001 111100 11110 101010001 1011111 100100

Color Harmonies of #B30547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30547

Black with #B30547

Text Example


Text Example

White with #B30547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30547; }

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

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

background-color css

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

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

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

border-color css

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

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

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