Html Css Color HEX #B21E5A Jazzberry Jam

📋 copy color: '#B21E5A'

red 178 ◦ green 30 ◦ blue 90

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

Shades of Jazzberry Jam #B21E5A

Tints of Jazzberry Jam #B21E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 59.73%
G = 10.07%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B21E5A (or 0xB21E5A) is known color: Jazzberry Jam. HEX triplet: B2, 1E and 5A. RGB value is (178,30,90). Sum of RGB (Red+Green+Blue) = 178+30+90=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E5A is #4DE1A5. Grayscale: #515151. Windows color (decimal): -5104038 or 5906098. OLE color: 5906098.

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

Color convert

RGB 178 30 90 -
CMYK 0 0.83 0.49 0.30
HSL 335.68º 0.71% 0.41% -
HSV(B) 335.68º 0.83% 0.7% -
XYZ 20.67 11.13 10.73 -
YUV 81.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 178 30 90 0 0.83 0.49 0.30 335.68 0.71 0.41
Hex B2 1E 5A 0 53 31 1E 150 47 29
Octal 262 36 132 0 123 61 36 520 107 51
Binary 10110010 11110 1011010 0 1010011 110001 11110 101010000 1000111 101001

Color Harmonies of #B21E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E5A

Black with #B21E5A

Text Example


Text Example

White with #B21E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E5A; }

 p { color: rgb(178,30,90); }

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

background-color css

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

 a { background-color: rgb(178,30,90); }

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

border-color css

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

 span { border-color: rgb(178,30,90); }

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