Html Css Color HEX #B3035B Jazzberry Jam

📋 copy color: '#B3035B'

red 179 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #B3035B

Tints of Jazzberry Jam #B3035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 65.57%
G = 1.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3035B (or 0xB3035B) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 5B. RGB value is (179,3,91). Sum of RGB (Red+Green+Blue) = 179+3+91=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3035B is #4CFCA4. Grayscale: #414141. Windows color (decimal): -5045413 or 5964723. OLE color: 5964723.

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

Color convert

RGB 179 3 91 -
CMYK 0 0.98 0.49 0.30
HSL 330º 0.97% 0.36% -
HSV(B) 330º 0.98% 0.7% -
XYZ 20.51 10.4 10.82 -
YUV 65.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 179 3 91 0 0.98 0.49 0.30 330 0.97 0.36
Hex B3 3 5B 0 62 31 1E 14A 61 24
Octal 263 3 133 0 142 61 36 512 141 44
Binary 10110011 11 1011011 0 1100010 110001 11110 101001010 1100001 100100

Color Harmonies of #B3035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3035B

Black with #B3035B

Text Example


Text Example

White with #B3035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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