Html Css Color HEX #B20041 Jazzberry Jam

📋 copy color: '#B20041'

red 178 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #B20041

Tints of Jazzberry Jam #B20041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.25%
G = 0%
B = 26.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20041 (or 0xB20041) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 41. RGB value is (178,0,65). Sum of RGB (Red+Green+Blue) = 178+0+65=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20041 is #4DFFBE. Grayscale: #3C3C3C. Windows color (decimal): -5111743 or 4260018. OLE color: 4260018.

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

Color convert

RGB 178 0 65 -
CMYK 0 1 0.63 0.30
HSL 338.09º 1% 0.35% -
HSV(B) 338.09º 1% 0.7% -
XYZ 19.31 9.85 5.88 -
YUV 60.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 178 0 65 0 1 0.63 0.30 338.09 1 0.35
Hex B2 0 41 0 64 3F 1E 152 64 23
Octal 262 0 101 0 144 77 36 522 144 43
Binary 10110010 0 1000001 0 1100100 111111 11110 101010010 1100100 100011

Color Harmonies of #B20041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20041

Black with #B20041

Text Example


Text Example

White with #B20041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20041; }

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

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

background-color css

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

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

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

border-color css

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

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

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