Html Css Color HEX #B3045E Jazzberry Jam

📋 copy color: '#B3045E'

red 179 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #B3045E

Tints of Jazzberry Jam #B3045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 64.62%
G = 1.44%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3045E (or 0xB3045E) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 5E. RGB value is (179,4,94). Sum of RGB (Red+Green+Blue) = 179+4+94=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3045E is #4CFBA1. Grayscale: #424242. Windows color (decimal): -5045154 or 6161587. OLE color: 6161587.

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

Color convert

RGB 179 4 94 -
CMYK 0 0.98 0.47 0.30
HSL 329.14º 0.96% 0.36% -
HSV(B) 329.14º 0.98% 0.7% -
XYZ 20.65 10.48 11.52 -
YUV 66.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 179 4 94 0 0.98 0.47 0.30 329.14 0.96 0.36
Hex B3 4 5E 0 62 2F 1E 149 60 24
Octal 263 4 136 0 142 57 36 511 140 44
Binary 10110011 100 1011110 0 1100010 101111 11110 101001001 1100000 100100

Color Harmonies of #B3045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3045E

Black with #B3045E

Text Example


Text Example

White with #B3045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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