Html Css Color HEX #B40348 Jazzberry Jam

📋 copy color: '#B40348'

red 180 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #B40348

Tints of Jazzberry Jam #B40348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 70.59%
G = 1.18%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B40348 (or 0xB40348) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 48. RGB value is (180,3,72). Sum of RGB (Red+Green+Blue) = 180+3+72=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40348 is #4BFCB7. Grayscale: #3F3F3F. Windows color (decimal): -4979896 or 4719540. OLE color: 4719540.

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

Color convert

RGB 180 3 72 -
CMYK 0 0.98 0.60 0.29
HSL 336.61º 0.97% 0.36% -
HSV(B) 336.61º 0.98% 0.71% -
XYZ 20.02 10.24 7.05 -
YUV 63.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 180 3 72 0 0.98 0.60 0.29 336.61 0.97 0.36
Hex B4 3 48 0 62 3C 1D 151 61 24
Octal 264 3 110 0 142 74 35 521 141 44
Binary 10110100 11 1001000 0 1100010 111100 11101 101010001 1100001 100100

Color Harmonies of #B40348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40348

Black with #B40348

Text Example


Text Example

White with #B40348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40348; }

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

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

background-color css

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

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

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

border-color css

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

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

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