Html Css Color HEX #B31C69 Jazzberry Jam

📋 copy color: '#B31C69'

red 179 ◦ green 28 ◦ blue 105

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

Shades of Jazzberry Jam #B31C69

Tints of Jazzberry Jam #B31C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 57.37%
G = 8.97%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B31C69 (or 0xB31C69) is known color: Jazzberry Jam. HEX triplet: B3, 1C and 69. RGB value is (179,28,105). Sum of RGB (Red+Green+Blue) = 179+28+105=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C69 is #4CE396. Grayscale: #515151. Windows color (decimal): -5038999 or 6888627. OLE color: 6888627.

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

Color convert

RGB 179 28 105 -
CMYK 0 0.84 0.41 0.30
HSL 329.4º 0.73% 0.41% -
HSV(B) 329.4º 0.84% 0.7% -
XYZ 21.56 11.43 14.44 -
YUV 81.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 179 28 105 0 0.84 0.41 0.30 329.4 0.73 0.41
Hex B3 1C 69 0 54 29 1E 149 49 29
Octal 263 34 151 0 124 51 36 511 111 51
Binary 10110011 11100 1101001 0 1010100 101001 11110 101001001 1001001 101001

Color Harmonies of #B31C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C69

Black with #B31C69

Text Example


Text Example

White with #B31C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C69; }

 p { color: rgb(179,28,105); }

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

background-color css

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

 a { background-color: rgb(179,28,105); }

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

border-color css

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

 span { border-color: rgb(179,28,105); }

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