Html Css Color HEX #B30360 Jazzberry Jam

📋 copy color: '#B30360'

red 179 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #B30360

Tints of Jazzberry Jam #B30360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 64.39%
G = 1.08%
B = 34.53%

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

#B30360 (or 0xB30360) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 60. RGB value is (179,3,96). Sum of RGB (Red+Green+Blue) = 179+3+96=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B30360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30360 is #4CFC9F. Grayscale: #424242. Windows color (decimal): -5045408 or 6292403. OLE color: 6292403.

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

Color convert

RGB 179 3 96 -
CMYK 0 0.98 0.46 0.30
HSL 328.3º 0.97% 0.36% -
HSV(B) 328.3º 0.98% 0.7% -
XYZ 20.73 10.49 12 -
YUV 66.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 179 3 96 0 0.98 0.46 0.30 328.3 0.97 0.36
Hex B3 3 60 0 62 2E 1E 148 61 24
Octal 263 3 140 0 142 56 36 510 141 44
Binary 10110011 11 1100000 0 1100010 101110 11110 101001000 1100001 100100

Color Harmonies of #B30360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30360

Black with #B30360

Text Example


Text Example

White with #B30360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30360; }

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

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

background-color css

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

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

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

border-color css

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

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

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