Html Css Color HEX #B0034A Jazzberry Jam

📋 copy color: '#B0034A'

red 176 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #B0034A

Tints of Jazzberry Jam #B0034A

RGB

 RED value IS 176 (69.14% from 255) = 69.57%

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

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

R = 69.57%
G = 1.19%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0034A (or 0xB0034A) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 4A. RGB value is (176,3,74). Sum of RGB (Red+Green+Blue) = 176+3+74=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0034A is #4FFCB5. Grayscale: #3E3E3E. Windows color (decimal): -5242038 or 4850608. OLE color: 4850608.

HSL color Cylindrical-coordinate representation of color #B0034A: hue angle of 335.38º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0034A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 74 -
CMYK 0 0.98 0.58 0.31
HSL 335.38º 0.97% 0.35% -
HSV(B) 335.38º 0.98% 0.69% -
XYZ 19.17 9.79 7.36 -
YUV 62.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 176 3 74 0 0.98 0.58 0.31 335.38 0.97 0.35
Hex B0 3 4A 0 62 3A 1F 14F 61 23
Octal 260 3 112 0 142 72 37 517 141 43
Binary 10110000 11 1001010 0 1100010 111010 11111 101001111 1100001 100011

Color Harmonies of #B0034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0034A

Black with #B0034A

Text Example


Text Example

White with #B0034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0034A; }

 p { color: rgb(176,3,74); }

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

background-color css

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

 a { background-color: rgb(176,3,74); }

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

border-color css

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

 span { border-color: rgb(176,3,74); }

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