Html Css Color HEX #B30241 Jazzberry Jam

📋 copy color: '#B30241'

red 179 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #B30241

Tints of Jazzberry Jam #B30241

RGB

 RED value IS 179 (70.31% from 255) = 72.76%

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 72.76%
G = 0.81%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30241 (or 0xB30241) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 41. RGB value is (179,2,65). Sum of RGB (Red+Green+Blue) = 179+2+65=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B30241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30241 is #4CFDBE. Grayscale: #3E3E3E. Windows color (decimal): -5045695 or 4260531. OLE color: 4260531.

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

Color convert

RGB 179 2 65 -
CMYK 0 0.99 0.64 0.30
HSL 338.64º 0.98% 0.35% -
HSV(B) 338.64º 0.99% 0.7% -
XYZ 19.57 10.01 5.9 -
YUV 62.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 179 2 65 0 0.99 0.64 0.30 338.64 0.98 0.35
Hex B3 2 41 0 63 40 1E 153 62 23
Octal 263 2 101 0 143 100 36 523 142 43
Binary 10110011 10 1000001 0 1100011 1000000 11110 101010011 1100010 100011

Color Harmonies of #B30241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30241

Black with #B30241

Text Example


Text Example

White with #B30241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30241; }

 p { color: rgb(179,2,65); }

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

background-color css

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

 a { background-color: rgb(179,2,65); }

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

border-color css

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

 span { border-color: rgb(179,2,65); }

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