Html Css Color HEX #B31966 Jazzberry Jam

📋 copy color: '#B31966'

red 179 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #B31966

Tints of Jazzberry Jam #B31966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 58.5%
G = 8.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B31966 (or 0xB31966) is known color: Jazzberry Jam. HEX triplet: B3, 19 and 66. RGB value is (179,25,102). Sum of RGB (Red+Green+Blue) = 179+25+102=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31966 is #4CE699. Grayscale: #4F4F4F. Windows color (decimal): -5039770 or 6691251. OLE color: 6691251.

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

Color convert

RGB 179 25 102 -
CMYK 0 0.86 0.43 0.30
HSL 330º 0.75% 0.4% -
HSV(B) 330º 0.86% 0.7% -
XYZ 21.34 11.24 13.62 -
YUV 79.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 179 25 102 0 0.86 0.43 0.30 330 0.75 0.4
Hex B3 19 66 0 56 2B 1E 14A 4B 28
Octal 263 31 146 0 126 53 36 512 113 50
Binary 10110011 11001 1100110 0 1010110 101011 11110 101001010 1001011 101000

Color Harmonies of #B31966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31966

Black with #B31966

Text Example


Text Example

White with #B31966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31966; }

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

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

background-color css

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

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

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

border-color css

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

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

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