Html Css Color HEX #B3075B Jazzberry Jam

📋 copy color: '#B3075B'

red 179 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #B3075B

Tints of Jazzberry Jam #B3075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

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

R = 64.62%
G = 2.53%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3075B (or 0xB3075B) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 5B. RGB value is (179,7,91). Sum of RGB (Red+Green+Blue) = 179+7+91=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3075B is #4CF8A4. Grayscale: #434343. Windows color (decimal): -5044389 or 5965747. OLE color: 5965747.

HSL color Cylindrical-coordinate representation of color #B3075B: hue angle of 330.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3075B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 91 -
CMYK 0 0.96 0.49 0.30
HSL 330.7º 0.92% 0.36% -
HSV(B) 330.7º 0.96% 0.7% -
XYZ 20.55 10.49 10.84 -
YUV 68 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 179 7 91 0 0.96 0.49 0.30 330.7 0.92 0.36
Hex B3 7 5B 0 60 31 1E 14B 5C 24
Octal 263 7 133 0 140 61 36 513 134 44
Binary 10110011 111 1011011 0 1100000 110001 11110 101001011 1011100 100100

Color Harmonies of #B3075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3075B

Black with #B3075B

Text Example


Text Example

White with #B3075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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