Html Css Color HEX #B40356 Jazzberry Jam

📋 copy color: '#B40356'

red 180 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #B40356

Tints of Jazzberry Jam #B40356

RGB

 RED value IS 180 (70.7% from 255) = 66.91%

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 66.91%
G = 1.12%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40356 (or 0xB40356) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 56. RGB value is (180,3,86). Sum of RGB (Red+Green+Blue) = 180+3+86=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B40356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40356 is #4BFCA9. Grayscale: #414141. Windows color (decimal): -4979882 or 5637044. OLE color: 5637044.

HSL color Cylindrical-coordinate representation of color #B40356: hue angle of 331.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40356 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 86 -
CMYK 0 0.98 0.52 0.29
HSL 331.86º 0.97% 0.36% -
HSV(B) 331.86º 0.98% 0.71% -
XYZ 20.53 10.44 9.74 -
YUV 65.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 180 3 86 0 0.98 0.52 0.29 331.86 0.97 0.36
Hex B4 3 56 0 62 34 1D 14C 61 24
Octal 264 3 126 0 142 64 35 514 141 44
Binary 10110100 11 1010110 0 1100010 110100 11101 101001100 1100001 100100

Color Harmonies of #B40356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40356

Black with #B40356

Text Example


Text Example

White with #B40356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40356; }

 p { color: rgb(180,3,86); }

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

background-color css

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

 a { background-color: rgb(180,3,86); }

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

border-color css

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

 span { border-color: rgb(180,3,86); }

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