Html Css Color HEX #B40346 Jazzberry Jam

📋 copy color: '#B40346'

red 180 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B40346

Tints of Jazzberry Jam #B40346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 71.15%
G = 1.19%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B40346 (or 0xB40346) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 46. RGB value is (180,3,70). Sum of RGB (Red+Green+Blue) = 180+3+70=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40346 is #4BFCB9. Grayscale: #3F3F3F. Windows color (decimal): -4979898 or 4588468. OLE color: 4588468.

HSL color Cylindrical-coordinate representation of color #B40346: hue angle of 337.29º 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 #B40346 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 70 -
CMYK 0 0.98 0.61 0.29
HSL 337.29º 0.97% 0.36% -
HSV(B) 337.29º 0.98% 0.71% -
XYZ 19.96 10.21 6.71 -
YUV 63.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 180 3 70 0 0.98 0.61 0.29 337.29 0.97 0.36
Hex B4 3 46 0 62 3D 1D 151 61 24
Octal 264 3 106 0 142 75 35 521 141 44
Binary 10110100 11 1000110 0 1100010 111101 11101 101010001 1100001 100100

Color Harmonies of #B40346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40346

Black with #B40346

Text Example


Text Example

White with #B40346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40346; }

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

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

background-color css

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

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

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

border-color css

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

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

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