Html Css Color HEX #B30746 Jazzberry Jam

📋 copy color: '#B30746'

red 179 ◦ green 7 ◦ blue 70

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

Shades of Jazzberry Jam #B30746

Tints of Jazzberry Jam #B30746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 69.92%
G = 2.73%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30746 (or 0xB30746) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 46. RGB value is (179,7,70). Sum of RGB (Red+Green+Blue) = 179+7+70=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30746 is #4CF8B9. Grayscale: #414141. Windows color (decimal): -5044410 or 4589491. OLE color: 4589491.

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

Color convert

RGB 179 7 70 -
CMYK 0 0.96 0.61 0.30
HSL 338.02º 0.92% 0.36% -
HSV(B) 338.02º 0.96% 0.7% -
XYZ 19.77 10.18 6.72 -
YUV 65.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 179 7 70 0 0.96 0.61 0.30 338.02 0.92 0.36
Hex B3 7 46 0 60 3D 1E 152 5C 24
Octal 263 7 106 0 140 75 36 522 134 44
Binary 10110011 111 1000110 0 1100000 111101 11110 101010010 1011100 100100

Color Harmonies of #B30746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30746

Black with #B30746

Text Example


Text Example

White with #B30746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30746; }

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

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

background-color css

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

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

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

border-color css

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

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

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