Html Css Color HEX #B30374 Jazzberry Jam

📋 copy color: '#B30374'

red 179 ◦ green 3 ◦ blue 116

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

Shades of Jazzberry Jam #B30374

Tints of Jazzberry Jam #B30374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 60.07%
G = 1.01%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B30374 (or 0xB30374) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 74. RGB value is (179,3,116). Sum of RGB (Red+Green+Blue) = 179+3+116=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B30374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30374 is #4CFC8B. Grayscale: #444444. Windows color (decimal): -5045388 or 7603123. OLE color: 7603123.

HSL color Cylindrical-coordinate representation of color #B30374: hue angle of 321.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 #B30374 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 116 -
CMYK 0 0.98 0.35 0.30
HSL 321.48º 0.97% 0.36% -
HSV(B) 321.48º 0.98% 0.7% -
XYZ 21.78 10.91 17.48 -
YUV 68.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 179 3 116 0 0.98 0.35 0.30 321.48 0.97 0.36
Hex B3 3 74 0 62 23 1E 141 61 24
Octal 263 3 164 0 142 43 36 501 141 44
Binary 10110011 11 1110100 0 1100010 100011 11110 101000001 1100001 100100

Color Harmonies of #B30374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30374

Black with #B30374

Text Example


Text Example

White with #B30374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30374; }

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

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

background-color css

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

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

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

border-color css

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

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

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