Html Css Color HEX #B31C63 Jazzberry Jam

📋 copy color: '#B31C63'

red 179 ◦ green 28 ◦ blue 99

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

Shades of Jazzberry Jam #B31C63

Tints of Jazzberry Jam #B31C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 58.5%
G = 9.15%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B31C63 (or 0xB31C63) is known color: Jazzberry Jam. HEX triplet: B3, 1C and 63. RGB value is (179,28,99). Sum of RGB (Red+Green+Blue) = 179+28+99=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C63 is #4CE39C. Grayscale: #515151. Windows color (decimal): -5039005 or 6495411. OLE color: 6495411.

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

Color convert

RGB 179 28 99 -
CMYK 0 0.84 0.45 0.30
HSL 331.79º 0.73% 0.41% -
HSV(B) 331.79º 0.84% 0.7% -
XYZ 21.26 11.32 12.87 -
YUV 81.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 179 28 99 0 0.84 0.45 0.30 331.79 0.73 0.41
Hex B3 1C 63 0 54 2D 1E 14C 49 29
Octal 263 34 143 0 124 55 36 514 111 51
Binary 10110011 11100 1100011 0 1010100 101101 11110 101001100 1001001 101001

Color Harmonies of #B31C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C63

Black with #B31C63

Text Example


Text Example

White with #B31C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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