Html Css Color HEX #B31866 Jazzberry Jam

📋 copy color: '#B31866'

red 179 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #B31866

Tints of Jazzberry Jam #B31866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 58.69%
G = 7.87%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B31866 (or 0xB31866) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 66. RGB value is (179,24,102). Sum of RGB (Red+Green+Blue) = 179+24+102=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B31866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31866 is #4CE799. Grayscale: #4F4F4F. Windows color (decimal): -5040026 or 6690995. OLE color: 6690995.

HSL color Cylindrical-coordinate representation of color #B31866: hue angle of 329.81º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31866 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 102 -
CMYK 0 0.87 0.43 0.30
HSL 329.81º 0.76% 0.4% -
HSV(B) 329.81º 0.87% 0.7% -
XYZ 21.32 11.2 13.61 -
YUV 79.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 179 24 102 0 0.87 0.43 0.30 329.81 0.76 0.4
Hex B3 18 66 0 57 2B 1E 14A 4C 28
Octal 263 30 146 0 127 53 36 512 114 50
Binary 10110011 11000 1100110 0 1010111 101011 11110 101001010 1001100 101000

Color Harmonies of #B31866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31866

Black with #B31866

Text Example


Text Example

White with #B31866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31866; }

 p { color: rgb(179,24,102); }

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

background-color css

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

 a { background-color: rgb(179,24,102); }

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

border-color css

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

 span { border-color: rgb(179,24,102); }

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