Html Css Color HEX #B30364 Jazzberry Jam

📋 copy color: '#B30364'

red 179 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #B30364

Tints of Jazzberry Jam #B30364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 63.48%
G = 1.06%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30364 (or 0xB30364) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 64. RGB value is (179,3,100). Sum of RGB (Red+Green+Blue) = 179+3+100=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30364 is #4CFC9B. Grayscale: #424242. Windows color (decimal): -5045404 or 6554547. OLE color: 6554547.

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

Color convert

RGB 179 3 100 -
CMYK 0 0.98 0.44 0.30
HSL 326.93º 0.97% 0.36% -
HSV(B) 326.93º 0.98% 0.7% -
XYZ 20.92 10.57 12.99 -
YUV 66.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 179 3 100 0 0.98 0.44 0.30 326.93 0.97 0.36
Hex B3 3 64 0 62 2C 1E 147 61 24
Octal 263 3 144 0 142 54 36 507 141 44
Binary 10110011 11 1100100 0 1100010 101100 11110 101000111 1100001 100100

Color Harmonies of #B30364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30364

Black with #B30364

Text Example


Text Example

White with #B30364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30364; }

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

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

background-color css

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

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

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

border-color css

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

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

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