Html Css Color HEX #B40350 Jazzberry Jam

📋 copy color: '#B40350'

red 180 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #B40350

Tints of Jazzberry Jam #B40350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 68.44%
G = 1.14%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B40350 (or 0xB40350) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 50. RGB value is (180,3,80). Sum of RGB (Red+Green+Blue) = 180+3+80=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B40350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40350 is #4BFCAF. Grayscale: #404040. Windows color (decimal): -4979888 or 5243828. OLE color: 5243828.

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

Color convert

RGB 180 3 80 -
CMYK 0 0.98 0.56 0.29
HSL 333.9º 0.97% 0.36% -
HSV(B) 333.9º 0.98% 0.71% -
XYZ 20.3 10.35 8.52 -
YUV 64.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 180 3 80 0 0.98 0.56 0.29 333.9 0.97 0.36
Hex B4 3 50 0 62 38 1D 14E 61 24
Octal 264 3 120 0 142 70 35 516 141 44
Binary 10110100 11 1010000 0 1100010 111000 11101 101001110 1100001 100100

Color Harmonies of #B40350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40350

Black with #B40350

Text Example


Text Example

White with #B40350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40350; }

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

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

background-color css

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

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

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

border-color css

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

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

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