Html Css Color HEX #B20341 Jazzberry Jam

📋 copy color: '#B20341'

red 178 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #B20341

Tints of Jazzberry Jam #B20341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 72.36%
G = 1.22%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20341 (or 0xB20341) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 41. RGB value is (178,3,65). Sum of RGB (Red+Green+Blue) = 178+3+65=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B20341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20341 is #4DFCBE. Grayscale: #3E3E3E. Windows color (decimal): -5110975 or 4260786. OLE color: 4260786.

HSL color Cylindrical-coordinate representation of color #B20341: hue angle of 338.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20341 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 65 -
CMYK 0 0.98 0.63 0.30
HSL 338.74º 0.97% 0.35% -
HSV(B) 338.74º 0.98% 0.7% -
XYZ 19.35 9.91 5.89 -
YUV 62.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 178 3 65 0 0.98 0.63 0.30 338.74 0.97 0.35
Hex B2 3 41 0 62 3F 1E 153 61 23
Octal 262 3 101 0 142 77 36 523 141 43
Binary 10110010 11 1000001 0 1100010 111111 11110 101010011 1100001 100011

Color Harmonies of #B20341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20341

Black with #B20341

Text Example


Text Example

White with #B20341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20341; }

 p { color: rgb(178,3,65); }

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

background-color css

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

 a { background-color: rgb(178,3,65); }

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

border-color css

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

 span { border-color: rgb(178,3,65); }

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