Html Css Color HEX #B31071 Jazzberry Jam

📋 copy color: '#B31071'

red 179 ◦ green 16 ◦ blue 113

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

Shades of Jazzberry Jam #B31071

Tints of Jazzberry Jam #B31071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 58.12%
G = 5.19%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B31071 (or 0xB31071) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 71. RGB value is (179,16,113). Sum of RGB (Red+Green+Blue) = 179+16+113=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B31071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31071 is #4CEF8E. Grayscale: #4B4B4B. Windows color (decimal): -5042063 or 7409843. OLE color: 7409843.

HSL color Cylindrical-coordinate representation of color #B31071: hue angle of 324.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31071 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 113 -
CMYK 0 0.91 0.37 0.30
HSL 324.29º 0.84% 0.38% -
HSV(B) 324.29º 0.91% 0.7% -
XYZ 21.76 11.15 16.63 -
YUV 75.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 179 16 113 0 0.91 0.37 0.30 324.29 0.84 0.38
Hex B3 10 71 0 5B 25 1E 144 54 26
Octal 263 20 161 0 133 45 36 504 124 46
Binary 10110011 10000 1110001 0 1011011 100101 11110 101000100 1010100 100110

Color Harmonies of #B31071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31071

Black with #B31071

Text Example


Text Example

White with #B31071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31071; }

 p { color: rgb(179,16,113); }

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

background-color css

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

 a { background-color: rgb(179,16,113); }

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

border-color css

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

 span { border-color: rgb(179,16,113); }

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