Html Css Color HEX #B3045D Jazzberry Jam

📋 copy color: '#B3045D'

red 179 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #B3045D

Tints of Jazzberry Jam #B3045D

RGB

 RED value IS 179 (70.31% from 255) = 64.86%

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 64.86%
G = 1.45%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3045D (or 0xB3045D) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 5D. RGB value is (179,4,93). Sum of RGB (Red+Green+Blue) = 179+4+93=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3045D is #4CFBA2. Grayscale: #424242. Windows color (decimal): -5045155 or 6096051. OLE color: 6096051.

HSL color Cylindrical-coordinate representation of color #B3045D: hue angle of 329.49º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3045D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 4 93 -
CMYK 0 0.98 0.48 0.30
HSL 329.49º 0.96% 0.36% -
HSV(B) 329.49º 0.98% 0.7% -
XYZ 20.61 10.46 11.29 -
YUV 66.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 179 4 93 0 0.98 0.48 0.30 329.49 0.96 0.36
Hex B3 4 5D 0 62 30 1E 149 60 24
Octal 263 4 135 0 142 60 36 511 140 44
Binary 10110011 100 1011101 0 1100010 110000 11110 101001001 1100000 100100

Color Harmonies of #B3045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3045D

Black with #B3045D

Text Example


Text Example

White with #B3045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3045D; }

 p { color: rgb(179,4,93); }

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

background-color css

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

 a { background-color: rgb(179,4,93); }

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

border-color css

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

 span { border-color: rgb(179,4,93); }

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