Html Css Color HEX #B31162 Jazzberry Jam

📋 copy color: '#B31162'

red 179 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #B31162

Tints of Jazzberry Jam #B31162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 60.88%
G = 5.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B31162 (or 0xB31162) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 62. RGB value is (179,17,98). Sum of RGB (Red+Green+Blue) = 179+17+98=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B31162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31162 is #4CEE9D. Grayscale: #4A4A4A. Windows color (decimal): -5041822 or 6427059. OLE color: 6427059.

HSL color Cylindrical-coordinate representation of color #B31162: hue angle of 330º degrees, saturation: 0.83, 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 #B31162 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 98 -
CMYK 0 0.91 0.45 0.30
HSL 330º 0.83% 0.38% -
HSV(B) 330º 0.91% 0.7% -
XYZ 21 10.87 12.55 -
YUV 74.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 179 17 98 0 0.91 0.45 0.30 330 0.83 0.38
Hex B3 11 62 0 5B 2D 1E 14A 53 26
Octal 263 21 142 0 133 55 36 512 123 46
Binary 10110011 10001 1100010 0 1011011 101101 11110 101001010 1010011 100110

Color Harmonies of #B31162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31162

Black with #B31162

Text Example


Text Example

White with #B31162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31162; }

 p { color: rgb(179,17,98); }

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

background-color css

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

 a { background-color: rgb(179,17,98); }

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

border-color css

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

 span { border-color: rgb(179,17,98); }

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