Html Css Color HEX #B3215E Jazzberry Jam

📋 copy color: '#B3215E'

red 179 ◦ green 33 ◦ blue 94

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

Shades of Jazzberry Jam #B3215E

Tints of Jazzberry Jam #B3215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 58.5%
G = 10.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3215E (or 0xB3215E) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 5E. RGB value is (179,33,94). Sum of RGB (Red+Green+Blue) = 179+33+94=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3215E is #4CDEA1. Grayscale: #535353. Windows color (decimal): -5037730 or 6169011. OLE color: 6169011.

HSL color Cylindrical-coordinate representation of color #B3215E: hue angle of 334.93º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3215E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 94 -
CMYK 0 0.82 0.47 0.30
HSL 334.93º 0.69% 0.42% -
HSV(B) 334.93º 0.82% 0.7% -
XYZ 21.15 11.48 11.69 -
YUV 83.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 179 33 94 0 0.82 0.47 0.30 334.93 0.69 0.42
Hex B3 21 5E 0 52 2F 1E 14F 45 2A
Octal 263 41 136 0 122 57 36 517 105 52
Binary 10110011 100001 1011110 0 1010010 101111 11110 101001111 1000101 101010

Color Harmonies of #B3215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3215E

Black with #B3215E

Text Example


Text Example

White with #B3215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3215E; }

 p { color: rgb(179,33,94); }

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

background-color css

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

 a { background-color: rgb(179,33,94); }

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

border-color css

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

 span { border-color: rgb(179,33,94); }

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