Html Css Color HEX #B3036A Jazzberry Jam

📋 copy color: '#B3036A'

red 179 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #B3036A

Tints of Jazzberry Jam #B3036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 62.15%
G = 1.04%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3036A (or 0xB3036A) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 6A. RGB value is (179,3,106). Sum of RGB (Red+Green+Blue) = 179+3+106=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B3036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3036A is #4CFC95. Grayscale: #434343. Windows color (decimal): -5045398 or 6947763. OLE color: 6947763.

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

Color convert

RGB 179 3 106 -
CMYK 0 0.98 0.41 0.30
HSL 324.89º 0.97% 0.36% -
HSV(B) 324.89º 0.98% 0.7% -
XYZ 21.22 10.69 14.58 -
YUV 67.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 179 3 106 0 0.98 0.41 0.30 324.89 0.97 0.36
Hex B3 3 6A 0 62 29 1E 145 61 24
Octal 263 3 152 0 142 51 36 505 141 44
Binary 10110011 11 1101010 0 1100010 101001 11110 101000101 1100001 100100

Color Harmonies of #B3036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3036A

Black with #B3036A

Text Example


Text Example

White with #B3036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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