Html Css Color HEX #B3034C Jazzberry Jam

📋 copy color: '#B3034C'

red 179 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #B3034C

Tints of Jazzberry Jam #B3034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 69.38%
G = 1.16%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3034C (or 0xB3034C) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 4C. RGB value is (179,3,76). Sum of RGB (Red+Green+Blue) = 179+3+76=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3034C is #4CFCB3. Grayscale: #3F3F3F. Windows color (decimal): -5045428 or 4981683. OLE color: 4981683.

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

Color convert

RGB 179 3 76 -
CMYK 0 0.98 0.58 0.30
HSL 335.11º 0.97% 0.36% -
HSV(B) 335.11º 0.98% 0.7% -
XYZ 19.93 10.17 7.75 -
YUV 63.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 179 3 76 0 0.98 0.58 0.30 335.11 0.97 0.36
Hex B3 3 4C 0 62 3A 1E 14F 61 24
Octal 263 3 114 0 142 72 36 517 141 44
Binary 10110011 11 1001100 0 1100010 111010 11110 101001111 1100001 100100

Color Harmonies of #B3034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3034C

Black with #B3034C

Text Example


Text Example

White with #B3034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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