Html Css Color HEX #B3246A Jazzberry Jam

📋 copy color: '#B3246A'

red 179 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #B3246A

Tints of Jazzberry Jam #B3246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 55.76%
G = 11.21%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3246A (or 0xB3246A) is known color: Jazzberry Jam. HEX triplet: B3, 24 and 6A. RGB value is (179,36,106). Sum of RGB (Red+Green+Blue) = 179+36+106=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3246A is #4CDB95. Grayscale: #565656. Windows color (decimal): -5036950 or 6956211. OLE color: 6956211.

HSL color Cylindrical-coordinate representation of color #B3246A: hue angle of 330.63º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3246A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 106 -
CMYK 0 0.80 0.41 0.30
HSL 330.63º 0.67% 0.42% -
HSV(B) 330.63º 0.8% 0.7% -
XYZ 21.82 11.89 14.78 -
YUV 86.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 179 36 106 0 0.80 0.41 0.30 330.63 0.67 0.42
Hex B3 24 6A 0 50 29 1E 14B 43 2A
Octal 263 44 152 0 120 51 36 513 103 52
Binary 10110011 100100 1101010 0 1010000 101001 11110 101001011 1000011 101010

Color Harmonies of #B3246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3246A

Black with #B3246A

Text Example


Text Example

White with #B3246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3246A; }

 p { color: rgb(179,36,106); }

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

background-color css

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

 a { background-color: rgb(179,36,106); }

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

border-color css

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

 span { border-color: rgb(179,36,106); }

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