Html Css Color HEX #B3025D Jazzberry Jam

📋 copy color: '#B3025D'

red 179 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #B3025D

Tints of Jazzberry Jam #B3025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 65.33%
G = 0.73%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3025D (or 0xB3025D) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 5D. RGB value is (179,2,93). Sum of RGB (Red+Green+Blue) = 179+2+93=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3025D is #4CFDA2. Grayscale: #414141. Windows color (decimal): -5045667 or 6095539. OLE color: 6095539.

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

Color convert

RGB 179 2 93 -
CMYK 0 0.99 0.48 0.30
HSL 329.15º 0.98% 0.35% -
HSV(B) 329.15º 0.99% 0.7% -
XYZ 20.59 10.42 11.28 -
YUV 65.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 179 2 93 0 0.99 0.48 0.30 329.15 0.98 0.35
Hex B3 2 5D 0 63 30 1E 149 62 23
Octal 263 2 135 0 143 60 36 511 142 43
Binary 10110011 10 1011101 0 1100011 110000 11110 101001001 1100010 100011

Color Harmonies of #B3025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3025D

Black with #B3025D

Text Example


Text Example

White with #B3025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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