Html Css Color HEX #B3136C Jazzberry Jam

📋 copy color: '#B3136C'

red 179 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #B3136C

Tints of Jazzberry Jam #B3136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 58.5%
G = 6.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3136C (or 0xB3136C) is known color: Jazzberry Jam. HEX triplet: B3, 13 and 6C. RGB value is (179,19,108). Sum of RGB (Red+Green+Blue) = 179+19+108=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3136C is #4CEC93. Grayscale: #4C4C4C. Windows color (decimal): -5041300 or 7082931. OLE color: 7082931.

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

Color convert

RGB 179 19 108 -
CMYK 0 0.89 0.40 0.30
HSL 326.63º 0.81% 0.39% -
HSV(B) 326.63º 0.89% 0.7% -
XYZ 21.53 11.13 15.2 -
YUV 76.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 179 19 108 0 0.89 0.40 0.30 326.63 0.81 0.39
Hex B3 13 6C 0 59 28 1E 147 51 27
Octal 263 23 154 0 131 50 36 507 121 47
Binary 10110011 10011 1101100 0 1011001 101000 11110 101000111 1010001 100111

Color Harmonies of #B3136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3136C

Black with #B3136C

Text Example


Text Example

White with #B3136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3136C; }

 p { color: rgb(179,19,108); }

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

background-color css

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

 a { background-color: rgb(179,19,108); }

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

border-color css

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

 span { border-color: rgb(179,19,108); }

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