Html Css Color HEX #B40358 Jazzberry Jam

📋 copy color: '#B40358'

red 180 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #B40358

Tints of Jazzberry Jam #B40358

RGB

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

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

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

R = 66.42%
G = 1.11%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B40358 (or 0xB40358) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 58. RGB value is (180,3,88). Sum of RGB (Red+Green+Blue) = 180+3+88=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B40358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40358 is #4BFCA7. Grayscale: #414141. Windows color (decimal): -4979880 or 5768116. OLE color: 5768116.

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

Color convert

RGB 180 3 88 -
CMYK 0 0.98 0.51 0.29
HSL 331.19º 0.97% 0.36% -
HSV(B) 331.19º 0.98% 0.71% -
XYZ 20.62 10.47 10.17 -
YUV 65.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 180 3 88 0 0.98 0.51 0.29 331.19 0.97 0.36
Hex B4 3 58 0 62 33 1D 14B 61 24
Octal 264 3 130 0 142 63 35 513 141 44
Binary 10110100 11 1011000 0 1100010 110011 11101 101001011 1100001 100100

Color Harmonies of #B40358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40358

Black with #B40358

Text Example


Text Example

White with #B40358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40358; }

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

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

background-color css

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

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

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

border-color css

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

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

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