Html Css Color HEX #B30348 Jazzberry Jam

📋 copy color: '#B30348'

red 179 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #B30348

Tints of Jazzberry Jam #B30348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 70.47%
G = 1.18%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30348 (or 0xB30348) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 48. RGB value is (179,3,72). Sum of RGB (Red+Green+Blue) = 179+3+72=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30348 is #4CFCB7. Grayscale: #3F3F3F. Windows color (decimal): -5045432 or 4719539. OLE color: 4719539.

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

Color convert

RGB 179 3 72 -
CMYK 0 0.98 0.60 0.30
HSL 336.48º 0.97% 0.36% -
HSV(B) 336.48º 0.98% 0.7% -
XYZ 19.79 10.12 7.04 -
YUV 63.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 179 3 72 0 0.98 0.60 0.30 336.48 0.97 0.36
Hex B3 3 48 0 62 3C 1E 150 61 24
Octal 263 3 110 0 142 74 36 520 141 44
Binary 10110011 11 1001000 0 1100010 111100 11110 101010000 1100001 100100

Color Harmonies of #B30348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30348

Black with #B30348

Text Example


Text Example

White with #B30348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30348; }

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

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

background-color css

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

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

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

border-color css

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

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

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