Html Css Color HEX #B31065 Jazzberry Jam

📋 copy color: '#B31065'

red 179 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #B31065

Tints of Jazzberry Jam #B31065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 60.47%
G = 5.41%
B = 34.12%

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

#B31065 (or 0xB31065) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 65. RGB value is (179,16,101). Sum of RGB (Red+Green+Blue) = 179+16+101=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B31065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31065 is #4CEF9A. Grayscale: #4A4A4A. Windows color (decimal): -5042075 or 6623411. OLE color: 6623411.

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

Color convert

RGB 179 16 101 -
CMYK 0 0.91 0.44 0.30
HSL 328.71º 0.84% 0.38% -
HSV(B) 328.71º 0.91% 0.7% -
XYZ 21.12 10.89 13.3 -
YUV 74.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 179 16 101 0 0.91 0.44 0.30 328.71 0.84 0.38
Hex B3 10 65 0 5B 2C 1E 149 54 26
Octal 263 20 145 0 133 54 36 511 124 46
Binary 10110011 10000 1100101 0 1011011 101100 11110 101001001 1010100 100110

Color Harmonies of #B31065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31065

Black with #B31065

Text Example


Text Example

White with #B31065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31065; }

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

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

background-color css

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

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

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

border-color css

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

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

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