Html Css Color HEX #B3034D Jazzberry Jam

📋 copy color: '#B3034D'

red 179 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #B3034D

Tints of Jazzberry Jam #B3034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 69.11%
G = 1.16%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3034D (or 0xB3034D) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 4D. RGB value is (179,3,77). Sum of RGB (Red+Green+Blue) = 179+3+77=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3034D is #4CFCB2. Grayscale: #3F3F3F. Windows color (decimal): -5045427 or 5047219. OLE color: 5047219.

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

Color convert

RGB 179 3 77 -
CMYK 0 0.98 0.57 0.30
HSL 334.77º 0.97% 0.36% -
HSV(B) 334.77º 0.98% 0.7% -
XYZ 19.96 10.18 7.93 -
YUV 64.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 179 3 77 0 0.98 0.57 0.30 334.77 0.97 0.36
Hex B3 3 4D 0 62 39 1E 14F 61 24
Octal 263 3 115 0 142 71 36 517 141 44
Binary 10110011 11 1001101 0 1100010 111001 11110 101001111 1100001 100100

Color Harmonies of #B3034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3034D

Black with #B3034D

Text Example


Text Example

White with #B3034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3034D; }

 p { color: rgb(179,3,77); }

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

background-color css

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

 a { background-color: rgb(179,3,77); }

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

border-color css

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

 span { border-color: rgb(179,3,77); }

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