Html Css Color HEX #B40371 Jazzberry Jam

📋 copy color: '#B40371'

red 180 ◦ green 3 ◦ blue 113

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

Shades of Jazzberry Jam #B40371

Tints of Jazzberry Jam #B40371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 60.81%
G = 1.01%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40371 (or 0xB40371) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 71. RGB value is (180,3,113). Sum of RGB (Red+Green+Blue) = 180+3+113=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B40371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40371 is #4BFC8E. Grayscale: #444444. Windows color (decimal): -4979855 or 7406516. OLE color: 7406516.

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

Color convert

RGB 180 3 113 -
CMYK 0 0.98 0.37 0.29
HSL 322.71º 0.97% 0.36% -
HSV(B) 322.71º 0.98% 0.71% -
XYZ 21.84 10.96 16.59 -
YUV 68.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 180 3 113 0 0.98 0.37 0.29 322.71 0.97 0.36
Hex B4 3 71 0 62 25 1D 143 61 24
Octal 264 3 161 0 142 45 35 503 141 44
Binary 10110100 11 1110001 0 1100010 100101 11101 101000011 1100001 100100

Color Harmonies of #B40371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40371

Black with #B40371

Text Example


Text Example

White with #B40371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40371; }

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

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

background-color css

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

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

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

border-color css

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

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

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