Html Css Color HEX #B41C58 Jazzberry Jam

📋 copy color: '#B41C58'

red 180 ◦ green 28 ◦ blue 88

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

Shades of Jazzberry Jam #B41C58

Tints of Jazzberry Jam #B41C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 60.81%
G = 9.46%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B41C58 (or 0xB41C58) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 58. RGB value is (180,28,88). Sum of RGB (Red+Green+Blue) = 180+28+88=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C58 is #4BE3A7. Grayscale: #505050. Windows color (decimal): -4973480 or 5774516. OLE color: 5774516.

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

Color convert

RGB 180 28 88 -
CMYK 0 0.84 0.51 0.29
HSL 336.32º 0.73% 0.41% -
HSV(B) 336.32º 0.84% 0.71% -
XYZ 21 11.24 10.29 -
YUV 80.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 180 28 88 0 0.84 0.51 0.29 336.32 0.73 0.41
Hex B4 1C 58 0 54 33 1D 150 49 29
Octal 264 34 130 0 124 63 35 520 111 51
Binary 10110100 11100 1011000 0 1010100 110011 11101 101010000 1001001 101001

Color Harmonies of #B41C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C58

Black with #B41C58

Text Example


Text Example

White with #B41C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C58; }

 p { color: rgb(180,28,88); }

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

background-color css

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

 a { background-color: rgb(180,28,88); }

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

border-color css

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

 span { border-color: rgb(180,28,88); }

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