Html Css Color HEX #B40046 Jazzberry Jam

📋 copy color: '#B40046'

red 180 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #B40046

Tints of Jazzberry Jam #B40046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 72%
G = 0%
B = 28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B40046 (or 0xB40046) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 46. RGB value is (180,0,70). Sum of RGB (Red+Green+Blue) = 180+0+70=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40046 is #4BFFB9. Grayscale: #3D3D3D. Windows color (decimal): -4980666 or 4587700. OLE color: 4587700.

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

Color convert

RGB 180 0 70 -
CMYK 0 1 0.61 0.29
HSL 336.67º 1% 0.35% -
HSV(B) 336.67º 1% 0.71% -
XYZ 19.93 10.15 6.7 -
YUV 61.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 180 0 70 0 1 0.61 0.29 336.67 1 0.35
Hex B4 0 46 0 64 3D 1D 151 64 23
Octal 264 0 106 0 144 75 35 521 144 43
Binary 10110100 0 1000110 0 1100100 111101 11101 101010001 1100100 100011

Color Harmonies of #B40046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40046

Black with #B40046

Text Example


Text Example

White with #B40046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40046; }

 p { color: rgb(180,0,70); }

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

background-color css

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

 a { background-color: rgb(180,0,70); }

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

border-color css

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

 span { border-color: rgb(180,0,70); }

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