Html Css Color HEX #B3044A Jazzberry Jam

📋 copy color: '#B3044A'

red 179 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #B3044A

Tints of Jazzberry Jam #B3044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 69.65%
G = 1.56%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3044A (or 0xB3044A) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 4A. RGB value is (179,4,74). Sum of RGB (Red+Green+Blue) = 179+4+74=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3044A is #4CFBB5. Grayscale: #404040. Windows color (decimal): -5045174 or 4850867. OLE color: 4850867.

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

Color convert

RGB 179 4 74 -
CMYK 0 0.98 0.59 0.30
HSL 336º 0.96% 0.36% -
HSV(B) 336º 0.98% 0.7% -
XYZ 19.87 10.16 7.39 -
YUV 64.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 179 4 74 0 0.98 0.59 0.30 336 0.96 0.36
Hex B3 4 4A 0 62 3B 1E 150 60 24
Octal 263 4 112 0 142 73 36 520 140 44
Binary 10110011 100 1001010 0 1100010 111011 11110 101010000 1100000 100100

Color Harmonies of #B3044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3044A

Black with #B3044A

Text Example


Text Example

White with #B3044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3044A; }

 p { color: rgb(179,4,74); }

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

background-color css

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

 a { background-color: rgb(179,4,74); }

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

border-color css

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

 span { border-color: rgb(179,4,74); }

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