Html Css Color HEX #B21D5F Jazzberry Jam

📋 copy color: '#B21D5F'

red 178 ◦ green 29 ◦ blue 95

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

Shades of Jazzberry Jam #B21D5F

Tints of Jazzberry Jam #B21D5F

RGB

 RED value IS 178 (69.92% from 255) = 58.94%

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 58.94%
G = 9.6%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B21D5F (or 0xB21D5F) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 5F. RGB value is (178,29,95). Sum of RGB (Red+Green+Blue) = 178+29+95=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D5F is #4DE2A0. Grayscale: #505050. Windows color (decimal): -5104289 or 6233522. OLE color: 6233522.

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

Color convert

RGB 178 29 95 -
CMYK 0 0.84 0.47 0.30
HSL 333.42º 0.72% 0.41% -
HSV(B) 333.42º 0.84% 0.7% -
XYZ 20.87 11.17 11.88 -
YUV 81.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 178 29 95 0 0.84 0.47 0.30 333.42 0.72 0.41
Hex B2 1D 5F 0 54 2F 1E 14D 48 29
Octal 262 35 137 0 124 57 36 515 110 51
Binary 10110010 11101 1011111 0 1010100 101111 11110 101001101 1001000 101001

Color Harmonies of #B21D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D5F

Black with #B21D5F

Text Example


Text Example

White with #B21D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D5F; }

 p { color: rgb(178,29,95); }

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

background-color css

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

 a { background-color: rgb(178,29,95); }

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

border-color css

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

 span { border-color: rgb(178,29,95); }

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