Html Css Color HEX #B40355 Jazzberry Jam

📋 copy color: '#B40355'

red 180 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #B40355

Tints of Jazzberry Jam #B40355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 67.16%
G = 1.12%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B40355 (or 0xB40355) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 55. RGB value is (180,3,85). Sum of RGB (Red+Green+Blue) = 180+3+85=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B40355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40355 is #4BFCAA. Grayscale: #414141. Windows color (decimal): -4979883 or 5571508. OLE color: 5571508.

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

Color convert

RGB 180 3 85 -
CMYK 0 0.98 0.53 0.29
HSL 332.2º 0.97% 0.36% -
HSV(B) 332.2º 0.98% 0.71% -
XYZ 20.49 10.42 9.53 -
YUV 65.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 180 3 85 0 0.98 0.53 0.29 332.2 0.97 0.36
Hex B4 3 55 0 62 35 1D 14C 61 24
Octal 264 3 125 0 142 65 35 514 141 44
Binary 10110100 11 1010101 0 1100010 110101 11101 101001100 1100001 100100

Color Harmonies of #B40355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40355

Black with #B40355

Text Example


Text Example

White with #B40355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40355; }

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

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

background-color css

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

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

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

border-color css

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

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

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