Html Css Color HEX #B30647 Jazzberry Jam

📋 copy color: '#B30647'

red 179 ◦ green 6 ◦ blue 71

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

Shades of Jazzberry Jam #B30647

Tints of Jazzberry Jam #B30647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 69.92%
G = 2.34%
B = 27.73%

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

#B30647 (or 0xB30647) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 47. RGB value is (179,6,71). Sum of RGB (Red+Green+Blue) = 179+6+71=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30647 is #4CF9B8. Grayscale: #414141. Windows color (decimal): -5044665 or 4654771. OLE color: 4654771.

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

Color convert

RGB 179 6 71 -
CMYK 0 0.97 0.60 0.30
HSL 337.46º 0.94% 0.36% -
HSV(B) 337.46º 0.97% 0.7% -
XYZ 19.79 10.17 6.88 -
YUV 65.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 179 6 71 0 0.97 0.60 0.30 337.46 0.94 0.36
Hex B3 6 47 0 61 3C 1E 151 5E 24
Octal 263 6 107 0 141 74 36 521 136 44
Binary 10110011 110 1000111 0 1100001 111100 11110 101010001 1011110 100100

Color Harmonies of #B30647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30647

Black with #B30647

Text Example


Text Example

White with #B30647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30647; }

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

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

background-color css

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

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

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

border-color css

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

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

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