Html Css Color HEX #B31064 Jazzberry Jam

📋 copy color: '#B31064'

red 179 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #B31064

Tints of Jazzberry Jam #B31064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 60.68%
G = 5.42%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B31064 (or 0xB31064) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 64. RGB value is (179,16,100). Sum of RGB (Red+Green+Blue) = 179+16+100=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B31064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31064 is #4CEF9B. Grayscale: #4A4A4A. Windows color (decimal): -5042076 or 6557875. OLE color: 6557875.

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

Color convert

RGB 179 16 100 -
CMYK 0 0.91 0.44 0.30
HSL 329.08º 0.84% 0.38% -
HSV(B) 329.08º 0.91% 0.7% -
XYZ 21.08 10.87 13.04 -
YUV 74.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 179 16 100 0 0.91 0.44 0.30 329.08 0.84 0.38
Hex B3 10 64 0 5B 2C 1E 149 54 26
Octal 263 20 144 0 133 54 36 511 124 46
Binary 10110011 10000 1100100 0 1011011 101100 11110 101001001 1010100 100110

Color Harmonies of #B31064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31064

Black with #B31064

Text Example


Text Example

White with #B31064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31064; }

 p { color: rgb(179,16,100); }

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

background-color css

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

 a { background-color: rgb(179,16,100); }

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

border-color css

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

 span { border-color: rgb(179,16,100); }

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