Html Css Color HEX #B3036B Jazzberry Jam

📋 copy color: '#B3036B'

red 179 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #B3036B

Tints of Jazzberry Jam #B3036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 61.94%
G = 1.04%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3036B (or 0xB3036B) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 6B. RGB value is (179,3,107). Sum of RGB (Red+Green+Blue) = 179+3+107=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3036B is #4CFC94. Grayscale: #434343. Windows color (decimal): -5045397 or 7013299. OLE color: 7013299.

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

Color convert

RGB 179 3 107 -
CMYK 0 0.98 0.40 0.30
HSL 324.55º 0.97% 0.36% -
HSV(B) 324.55º 0.98% 0.7% -
XYZ 21.28 10.71 14.86 -
YUV 67.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 179 3 107 0 0.98 0.40 0.30 324.55 0.97 0.36
Hex B3 3 6B 0 62 28 1E 145 61 24
Octal 263 3 153 0 142 50 36 505 141 44
Binary 10110011 11 1101011 0 1100010 101000 11110 101000101 1100001 100100

Color Harmonies of #B3036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3036B

Black with #B3036B

Text Example


Text Example

White with #B3036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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