Html Css Color HEX #B21365 Jazzberry Jam

📋 copy color: '#B21365'

red 178 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #B21365

Tints of Jazzberry Jam #B21365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 59.73%
G = 6.38%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B21365 (or 0xB21365) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 65. RGB value is (178,19,101). Sum of RGB (Red+Green+Blue) = 178+19+101=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B21365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21365 is #4DEC9A. Grayscale: #4B4B4B. Windows color (decimal): -5106843 or 6624178. OLE color: 6624178.

HSL color Cylindrical-coordinate representation of color #B21365: hue angle of 329.06º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21365 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 101 -
CMYK 0 0.89 0.43 0.30
HSL 329.06º 0.81% 0.39% -
HSV(B) 329.06º 0.89% 0.7% -
XYZ 20.94 10.87 13.31 -
YUV 75.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 178 19 101 0 0.89 0.43 0.30 329.06 0.81 0.39
Hex B2 13 65 0 59 2B 1E 149 51 27
Octal 262 23 145 0 131 53 36 511 121 47
Binary 10110010 10011 1100101 0 1011001 101011 11110 101001001 1010001 100111

Color Harmonies of #B21365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21365

Black with #B21365

Text Example


Text Example

White with #B21365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21365; }

 p { color: rgb(178,19,101); }

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

background-color css

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

 a { background-color: rgb(178,19,101); }

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

border-color css

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

 span { border-color: rgb(178,19,101); }

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