Html Css Color HEX #B40353 Jazzberry Jam

📋 copy color: '#B40353'

red 180 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B40353

Tints of Jazzberry Jam #B40353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 67.67%
G = 1.13%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B40353 (or 0xB40353) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 53. RGB value is (180,3,83). Sum of RGB (Red+Green+Blue) = 180+3+83=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B40353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40353 is #4BFCAC. Grayscale: #404040. Windows color (decimal): -4979885 or 5440436. OLE color: 5440436.

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

Color convert

RGB 180 3 83 -
CMYK 0 0.98 0.54 0.29
HSL 332.88º 0.97% 0.36% -
HSV(B) 332.88º 0.98% 0.71% -
XYZ 20.42 10.39 9.11 -
YUV 65.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 180 3 83 0 0.98 0.54 0.29 332.88 0.97 0.36
Hex B4 3 53 0 62 36 1D 14D 61 24
Octal 264 3 123 0 142 66 35 515 141 44
Binary 10110100 11 1010011 0 1100010 110110 11101 101001101 1100001 100100

Color Harmonies of #B40353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40353

Black with #B40353

Text Example


Text Example

White with #B40353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40353; }

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

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

background-color css

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

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

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

border-color css

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

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

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