Html Css Color HEX #B20348 Jazzberry Jam

📋 copy color: '#B20348'

red 178 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #B20348

Tints of Jazzberry Jam #B20348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 70.36%
G = 1.19%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20348 (or 0xB20348) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 48. RGB value is (178,3,72). Sum of RGB (Red+Green+Blue) = 178+3+72=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B20348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20348 is #4DFCB7. Grayscale: #3F3F3F. Windows color (decimal): -5110968 or 4719538. OLE color: 4719538.

HSL color Cylindrical-coordinate representation of color #B20348: hue angle of 336.34º 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 #B20348 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 72 -
CMYK 0 0.98 0.60 0.30
HSL 336.34º 0.97% 0.35% -
HSV(B) 336.34º 0.98% 0.7% -
XYZ 19.56 10 7.03 -
YUV 63.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 178 3 72 0 0.98 0.60 0.30 336.34 0.97 0.35
Hex B2 3 48 0 62 3C 1E 150 61 23
Octal 262 3 110 0 142 74 36 520 141 43
Binary 10110010 11 1001000 0 1100010 111100 11110 101010000 1100001 100011

Color Harmonies of #B20348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20348

Black with #B20348

Text Example


Text Example

White with #B20348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20348; }

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

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

background-color css

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

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

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

border-color css

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

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

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