Html Css Color HEX #B40147 Jazzberry Jam

📋 copy color: '#B40147'

red 180 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #B40147

Tints of Jazzberry Jam #B40147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 71.43%
G = 0.4%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B40147 (or 0xB40147) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 47. RGB value is (180,1,71). Sum of RGB (Red+Green+Blue) = 180+1+71=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B40147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40147 is #4BFEB8. Grayscale: #3E3E3E. Windows color (decimal): -4980409 or 4653492. OLE color: 4653492.

HSL color Cylindrical-coordinate representation of color #B40147: hue angle of 336.54º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40147 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 71 -
CMYK 0 0.99 0.61 0.29
HSL 336.54º 0.99% 0.35% -
HSV(B) 336.54º 0.99% 0.71% -
XYZ 19.97 10.18 6.87 -
YUV 62.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 180 1 71 0 0.99 0.61 0.29 336.54 0.99 0.35
Hex B4 1 47 0 63 3D 1D 151 63 23
Octal 264 1 107 0 143 75 35 521 143 43
Binary 10110100 1 1000111 0 1100011 111101 11101 101010001 1100011 100011

Color Harmonies of #B40147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40147

Black with #B40147

Text Example


Text Example

White with #B40147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40147; }

 p { color: rgb(180,1,71); }

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

background-color css

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

 a { background-color: rgb(180,1,71); }

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

border-color css

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

 span { border-color: rgb(180,1,71); }

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