Html Css Color HEX #B30354 Jazzberry Jam

📋 copy color: '#B30354'

red 179 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #B30354

Tints of Jazzberry Jam #B30354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 67.29%
G = 1.13%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30354 (or 0xB30354) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 54. RGB value is (179,3,84). Sum of RGB (Red+Green+Blue) = 179+3+84=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B30354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30354 is #4CFCAB. Grayscale: #404040. Windows color (decimal): -5045420 or 5505971. OLE color: 5505971.

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

Color convert

RGB 179 3 84 -
CMYK 0 0.98 0.53 0.30
HSL 332.39º 0.97% 0.36% -
HSV(B) 332.39º 0.98% 0.7% -
XYZ 20.22 10.29 9.31 -
YUV 64.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 179 3 84 0 0.98 0.53 0.30 332.39 0.97 0.36
Hex B3 3 54 0 62 35 1E 14C 61 24
Octal 263 3 124 0 142 65 36 514 141 44
Binary 10110011 11 1010100 0 1100010 110101 11110 101001100 1100001 100100

Color Harmonies of #B30354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30354

Black with #B30354

Text Example


Text Example

White with #B30354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30354; }

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

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

background-color css

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

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

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

border-color css

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

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

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