Html Css Color HEX #B40F5E Jazzberry Jam

📋 copy color: '#B40F5E'

red 180 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #B40F5E

Tints of Jazzberry Jam #B40F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 62.28%
G = 5.19%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B40F5E (or 0xB40F5E) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 5E. RGB value is (180,15,94). Sum of RGB (Red+Green+Blue) = 180+15+94=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F5E is #4BF0A1. Grayscale: #494949. Windows color (decimal): -4976802 or 6164404. OLE color: 6164404.

HSL color Cylindrical-coordinate representation of color #B40F5E: hue angle of 331.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F5E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 94 -
CMYK 0 0.92 0.48 0.29
HSL 331.27º 0.85% 0.38% -
HSV(B) 331.27º 0.92% 0.71% -
XYZ 21.01 10.85 11.58 -
YUV 73.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 180 15 94 0 0.92 0.48 0.29 331.27 0.85 0.38
Hex B4 F 5E 0 5C 30 1D 14B 55 26
Octal 264 17 136 0 134 60 35 513 125 46
Binary 10110100 1111 1011110 0 1011100 110000 11101 101001011 1010101 100110

Color Harmonies of #B40F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F5E

Black with #B40F5E

Text Example


Text Example

White with #B40F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F5E; }

 p { color: rgb(180,15,94); }

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

background-color css

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

 a { background-color: rgb(180,15,94); }

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

border-color css

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

 span { border-color: rgb(180,15,94); }

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