Html Css Color HEX #B41F5D Jazzberry Jam

📋 copy color: '#B41F5D'

red 180 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #B41F5D

Tints of Jazzberry Jam #B41F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 59.21%
G = 10.2%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B41F5D (or 0xB41F5D) is known color: Jazzberry Jam. HEX triplet: B4, 1F and 5D. RGB value is (180,31,93). Sum of RGB (Red+Green+Blue) = 180+31+93=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41F5D is #4BE0A2. Grayscale: #525252. Windows color (decimal): -4972707 or 6102964. OLE color: 6102964.

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

Color convert

RGB 180 31 93 -
CMYK 0 0.83 0.48 0.29
HSL 335.03º 0.71% 0.41% -
HSV(B) 335.03º 0.83% 0.71% -
XYZ 21.29 11.47 11.45 -
YUV 82.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 180 31 93 0 0.83 0.48 0.29 335.03 0.71 0.41
Hex B4 1F 5D 0 53 30 1D 14F 47 29
Octal 264 37 135 0 123 60 35 517 107 51
Binary 10110100 11111 1011101 0 1010011 110000 11101 101001111 1000111 101001

Color Harmonies of #B41F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41F5D

Black with #B41F5D

Text Example


Text Example

White with #B41F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41F5D; }

 p { color: rgb(180,31,93); }

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

background-color css

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

 a { background-color: rgb(180,31,93); }

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

border-color css

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

 span { border-color: rgb(180,31,93); }

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