Html Css Color HEX #B3236C Jazzberry Jam

📋 copy color: '#B3236C'

red 179 ◦ green 35 ◦ blue 108

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

Shades of Jazzberry Jam #B3236C

Tints of Jazzberry Jam #B3236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 55.59%
G = 10.87%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3236C (or 0xB3236C) is known color: Jazzberry Jam. HEX triplet: B3, 23 and 6C. RGB value is (179,35,108). Sum of RGB (Red+Green+Blue) = 179+35+108=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3236C is #4CDC93. Grayscale: #565656. Windows color (decimal): -5037204 or 7087027. OLE color: 7087027.

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

Color convert

RGB 179 35 108 -
CMYK 0 0.80 0.40 0.30
HSL 329.58º 0.67% 0.42% -
HSV(B) 329.58º 0.8% 0.7% -
XYZ 21.9 11.87 15.32 -
YUV 86.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 179 35 108 0 0.80 0.40 0.30 329.58 0.67 0.42
Hex B3 23 6C 0 50 28 1E 14A 43 2A
Octal 263 43 154 0 120 50 36 512 103 52
Binary 10110011 100011 1101100 0 1010000 101000 11110 101001010 1000011 101010

Color Harmonies of #B3236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3236C

Black with #B3236C

Text Example


Text Example

White with #B3236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3236C; }

 p { color: rgb(179,35,108); }

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

background-color css

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

 a { background-color: rgb(179,35,108); }

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

border-color css

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

 span { border-color: rgb(179,35,108); }

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