Html Css Color HEX #B30041 Jazzberry Jam

📋 copy color: '#B30041'

red 179 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #B30041

Tints of Jazzberry Jam #B30041

RGB

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

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

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

R = 73.36%
G = 0%
B = 26.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30041 (or 0xB30041) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 41. RGB value is (179,0,65). Sum of RGB (Red+Green+Blue) = 179+0+65=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B30041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30041 is #4CFFBE. Grayscale: #3C3C3C. Windows color (decimal): -5046207 or 4260019. OLE color: 4260019.

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

Color convert

RGB 179 0 65 -
CMYK 0 1 0.64 0.30
HSL 338.21º 1% 0.35% -
HSV(B) 338.21º 1% 0.7% -
XYZ 19.54 9.97 5.89 -
YUV 60.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 179 0 65 0 1 0.64 0.30 338.21 1 0.35
Hex B3 0 41 0 64 40 1E 152 64 23
Octal 263 0 101 0 144 100 36 522 144 43
Binary 10110011 0 1000001 0 1100100 1000000 11110 101010010 1100100 100011

Color Harmonies of #B30041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30041

Black with #B30041

Text Example


Text Example

White with #B30041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30041; }

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

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

background-color css

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

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

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

border-color css

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

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

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