Html Css Color HEX #B3075F Jazzberry Jam

📋 copy color: '#B3075F'

red 179 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #B3075F

Tints of Jazzberry Jam #B3075F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 63.7%
G = 2.49%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3075F (or 0xB3075F) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 5F. RGB value is (179,7,95). Sum of RGB (Red+Green+Blue) = 179+7+95=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B3075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3075F is #4CF8A0. Grayscale: #444444. Windows color (decimal): -5044385 or 6227891. OLE color: 6227891.

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

Color convert

RGB 179 7 95 -
CMYK 0 0.96 0.47 0.30
HSL 329.3º 0.92% 0.36% -
HSV(B) 329.3º 0.96% 0.7% -
XYZ 20.73 10.56 11.77 -
YUV 68.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 179 7 95 0 0.96 0.47 0.30 329.3 0.92 0.36
Hex B3 7 5F 0 60 2F 1E 149 5C 24
Octal 263 7 137 0 140 57 36 511 134 44
Binary 10110011 111 1011111 0 1100000 101111 11110 101001001 1011100 100100

Color Harmonies of #B3075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3075F

Black with #B3075F

Text Example


Text Example

White with #B3075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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