Html Css Color HEX #B41B5D Jazzberry Jam

📋 copy color: '#B41B5D'

red 180 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #B41B5D

Tints of Jazzberry Jam #B41B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

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

R = 60%
G = 9%
B = 31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B41B5D (or 0xB41B5D) is known color: Jazzberry Jam. HEX triplet: B4, 1B and 5D. RGB value is (180,27,93). Sum of RGB (Red+Green+Blue) = 180+27+93=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B5D is #4BE4A2. Grayscale: #505050. Windows color (decimal): -4973731 or 6101940. OLE color: 6101940.

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

Color convert

RGB 180 27 93 -
CMYK 0 0.85 0.48 0.29
HSL 334.12º 0.74% 0.41% -
HSV(B) 334.12º 0.85% 0.71% -
XYZ 21.19 11.28 11.42 -
YUV 80.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 180 27 93 0 0.85 0.48 0.29 334.12 0.74 0.41
Hex B4 1B 5D 0 55 30 1D 14E 4A 29
Octal 264 33 135 0 125 60 35 516 112 51
Binary 10110100 11011 1011101 0 1010101 110000 11101 101001110 1001010 101001

Color Harmonies of #B41B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B5D

Black with #B41B5D

Text Example


Text Example

White with #B41B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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