Html Css Color HEX #B3084A Jazzberry Jam

📋 copy color: '#B3084A'

red 179 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #B3084A

Tints of Jazzberry Jam #B3084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 68.58%
G = 3.07%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3084A (or 0xB3084A) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 4A. RGB value is (179,8,74). Sum of RGB (Red+Green+Blue) = 179+8+74=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3084A is #4CF7B5. Grayscale: #424242. Windows color (decimal): -5044150 or 4851891. OLE color: 4851891.

HSL color Cylindrical-coordinate representation of color #B3084A: hue angle of 336.84º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3084A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 74 -
CMYK 0 0.96 0.59 0.30
HSL 336.84º 0.91% 0.37% -
HSV(B) 336.84º 0.96% 0.7% -
XYZ 19.91 10.25 7.41 -
YUV 66.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 179 8 74 0 0.96 0.59 0.30 336.84 0.91 0.37
Hex B3 8 4A 0 60 3B 1E 151 5B 25
Octal 263 10 112 0 140 73 36 521 133 45
Binary 10110011 1000 1001010 0 1100000 111011 11110 101010001 1011011 100101

Color Harmonies of #B3084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3084A

Black with #B3084A

Text Example


Text Example

White with #B3084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3084A; }

 p { color: rgb(179,8,74); }

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

background-color css

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

 a { background-color: rgb(179,8,74); }

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

border-color css

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

 span { border-color: rgb(179,8,74); }

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