Html Css Color HEX #B30747 Jazzberry Jam

📋 copy color: '#B30747'

red 179 ◦ green 7 ◦ blue 71

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

Shades of Jazzberry Jam #B30747

Tints of Jazzberry Jam #B30747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 69.65%
G = 2.72%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30747 (or 0xB30747) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 47. RGB value is (179,7,71). Sum of RGB (Red+Green+Blue) = 179+7+71=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30747 is #4CF8B8. Grayscale: #414141. Windows color (decimal): -5044409 or 4655027. OLE color: 4655027.

HSL color Cylindrical-coordinate representation of color #B30747: hue angle of 337.67º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30747 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 71 -
CMYK 0 0.96 0.60 0.30
HSL 337.67º 0.92% 0.36% -
HSV(B) 337.67º 0.96% 0.7% -
XYZ 19.8 10.19 6.88 -
YUV 65.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 179 7 71 0 0.96 0.60 0.30 337.67 0.92 0.36
Hex B3 7 47 0 60 3C 1E 152 5C 24
Octal 263 7 107 0 140 74 36 522 134 44
Binary 10110011 111 1000111 0 1100000 111100 11110 101010010 1011100 100100

Color Harmonies of #B30747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30747

Black with #B30747

Text Example


Text Example

White with #B30747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30747; }

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

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

background-color css

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

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

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

border-color css

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

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

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