Html Css Color HEX #B31766 Jazzberry Jam

📋 copy color: '#B31766'

red 179 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #B31766

Tints of Jazzberry Jam #B31766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 58.88%
G = 7.57%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B31766 (or 0xB31766) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 66. RGB value is (179,23,102). Sum of RGB (Red+Green+Blue) = 179+23+102=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B31766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31766 is #4CE899. Grayscale: #4E4E4E. Windows color (decimal): -5040282 or 6690739. OLE color: 6690739.

HSL color Cylindrical-coordinate representation of color #B31766: hue angle of 329.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31766 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 102 -
CMYK 0 0.87 0.43 0.30
HSL 329.62º 0.77% 0.4% -
HSV(B) 329.62º 0.87% 0.7% -
XYZ 21.3 11.16 13.6 -
YUV 78.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 179 23 102 0 0.87 0.43 0.30 329.62 0.77 0.4
Hex B3 17 66 0 57 2B 1E 14A 4D 28
Octal 263 27 146 0 127 53 36 512 115 50
Binary 10110011 10111 1100110 0 1010111 101011 11110 101001010 1001101 101000

Color Harmonies of #B31766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31766

Black with #B31766

Text Example


Text Example

White with #B31766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31766; }

 p { color: rgb(179,23,102); }

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

background-color css

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

 a { background-color: rgb(179,23,102); }

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

border-color css

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

 span { border-color: rgb(179,23,102); }

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