Html Css Color HEX #B3215C Jazzberry Jam

📋 copy color: '#B3215C'

red 179 ◦ green 33 ◦ blue 92

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

Shades of Jazzberry Jam #B3215C

Tints of Jazzberry Jam #B3215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 58.88%
G = 10.86%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3215C (or 0xB3215C) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 5C. RGB value is (179,33,92). Sum of RGB (Red+Green+Blue) = 179+33+92=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3215C is #4CDEA3. Grayscale: #535353. Windows color (decimal): -5037732 or 6037939. OLE color: 6037939.

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

Color convert

RGB 179 33 92 -
CMYK 0 0.82 0.49 0.30
HSL 335.75º 0.69% 0.42% -
HSV(B) 335.75º 0.82% 0.7% -
XYZ 21.07 11.44 11.22 -
YUV 83.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 179 33 92 0 0.82 0.49 0.30 335.75 0.69 0.42
Hex B3 21 5C 0 52 31 1E 150 45 2A
Octal 263 41 134 0 122 61 36 520 105 52
Binary 10110011 100001 1011100 0 1010010 110001 11110 101010000 1000101 101010

Color Harmonies of #B3215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3215C

Black with #B3215C

Text Example


Text Example

White with #B3215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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