Html Css Color HEX #B31663 Jazzberry Jam

📋 copy color: '#B31663'

red 179 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #B31663

Tints of Jazzberry Jam #B31663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 59.67%
G = 7.33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B31663 (or 0xB31663) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 63. RGB value is (179,22,99). Sum of RGB (Red+Green+Blue) = 179+22+99=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B31663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31663 is #4CE99C. Grayscale: #4D4D4D. Windows color (decimal): -5040541 or 6493875. OLE color: 6493875.

HSL color Cylindrical-coordinate representation of color #B31663: hue angle of 330.57º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31663 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 99 -
CMYK 0 0.88 0.45 0.30
HSL 330.57º 0.78% 0.39% -
HSV(B) 330.57º 0.88% 0.7% -
XYZ 21.13 11.06 12.83 -
YUV 77.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 179 22 99 0 0.88 0.45 0.30 330.57 0.78 0.39
Hex B3 16 63 0 58 2D 1E 14B 4E 27
Octal 263 26 143 0 130 55 36 513 116 47
Binary 10110011 10110 1100011 0 1011000 101101 11110 101001011 1001110 100111

Color Harmonies of #B31663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31663

Black with #B31663

Text Example


Text Example

White with #B31663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31663; }

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

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

background-color css

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

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

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

border-color css

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

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

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