Html Css Color HEX #B30748 Jazzberry Jam

📋 copy color: '#B30748'

red 179 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #B30748

Tints of Jazzberry Jam #B30748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 69.38%
G = 2.71%
B = 27.91%

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

#B30748 (or 0xB30748) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 48. RGB value is (179,7,72). Sum of RGB (Red+Green+Blue) = 179+7+72=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B30748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30748 is #4CF8B7. Grayscale: #414141. Windows color (decimal): -5044408 or 4720563. OLE color: 4720563.

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

Color convert

RGB 179 7 72 -
CMYK 0 0.96 0.60 0.30
HSL 337.33º 0.92% 0.36% -
HSV(B) 337.33º 0.96% 0.7% -
XYZ 19.84 10.2 7.05 -
YUV 65.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 179 7 72 0 0.96 0.60 0.30 337.33 0.92 0.36
Hex B3 7 48 0 60 3C 1E 151 5C 24
Octal 263 7 110 0 140 74 36 521 134 44
Binary 10110011 111 1001000 0 1100000 111100 11110 101010001 1011100 100100

Color Harmonies of #B30748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30748

Black with #B30748

Text Example


Text Example

White with #B30748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30748; }

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

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

background-color css

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

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

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

border-color css

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

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

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