Html Css Color HEX #B21F5E Jazzberry Jam

📋 copy color: '#B21F5E'

red 178 ◦ green 31 ◦ blue 94

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

Shades of Jazzberry Jam #B21F5E

Tints of Jazzberry Jam #B21F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

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

R = 58.75%
G = 10.23%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B21F5E (or 0xB21F5E) is known color: Jazzberry Jam. HEX triplet: B2, 1F and 5E. RGB value is (178,31,94). Sum of RGB (Red+Green+Blue) = 178+31+94=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21F5E is #4DE0A1. Grayscale: #525252. Windows color (decimal): -5103778 or 6168498. OLE color: 6168498.

HSL color Cylindrical-coordinate representation of color #B21F5E: hue angle of 334.29º degrees, saturation: 0.7, 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 #B21F5E is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 31 94 -
CMYK 0 0.83 0.47 0.30
HSL 334.29º 0.7% 0.41% -
HSV(B) 334.29º 0.83% 0.7% -
XYZ 20.87 11.25 11.66 -
YUV 82.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 178 31 94 0 0.83 0.47 0.30 334.29 0.7 0.41
Hex B2 1F 5E 0 53 2F 1E 14E 46 29
Octal 262 37 136 0 123 57 36 516 106 51
Binary 10110010 11111 1011110 0 1010011 101111 11110 101001110 1000110 101001

Color Harmonies of #B21F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F5E

Black with #B21F5E

Text Example


Text Example

White with #B21F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F5E; }

 p { color: rgb(178,31,94); }

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

background-color css

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

 a { background-color: rgb(178,31,94); }

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

border-color css

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

 span { border-color: rgb(178,31,94); }

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