Html Css Color HEX #B30461 Jazzberry Jam

📋 copy color: '#B30461'

red 179 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #B30461

Tints of Jazzberry Jam #B30461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 63.93%
G = 1.43%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B30461 (or 0xB30461) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 61. RGB value is (179,4,97). Sum of RGB (Red+Green+Blue) = 179+4+97=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30461 is #4CFB9E. Grayscale: #424242. Windows color (decimal): -5045151 or 6358195. OLE color: 6358195.

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

Color convert

RGB 179 4 97 -
CMYK 0 0.98 0.46 0.30
HSL 328.11º 0.96% 0.36% -
HSV(B) 328.11º 0.98% 0.7% -
XYZ 20.79 10.53 12.25 -
YUV 66.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 179 4 97 0 0.98 0.46 0.30 328.11 0.96 0.36
Hex B3 4 61 0 62 2E 1E 148 60 24
Octal 263 4 141 0 142 56 36 510 140 44
Binary 10110011 100 1100001 0 1100010 101110 11110 101001000 1100000 100100

Color Harmonies of #B30461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30461

Black with #B30461

Text Example


Text Example

White with #B30461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30461; }

 p { color: rgb(179,4,97); }

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

background-color css

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

 a { background-color: rgb(179,4,97); }

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

border-color css

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

 span { border-color: rgb(179,4,97); }

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