Html Css Color HEX #B3024D Jazzberry Jam

📋 copy color: '#B3024D'

red 179 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #B3024D

Tints of Jazzberry Jam #B3024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 69.38%
G = 0.78%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3024D (or 0xB3024D) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 4D. RGB value is (179,2,77). Sum of RGB (Red+Green+Blue) = 179+2+77=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3024D is #4CFDB2. Grayscale: #3F3F3F. Windows color (decimal): -5045683 or 5046963. OLE color: 5046963.

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

Color convert

RGB 179 2 77 -
CMYK 0 0.99 0.57 0.30
HSL 334.58º 0.98% 0.35% -
HSV(B) 334.58º 0.99% 0.7% -
XYZ 19.95 10.16 7.93 -
YUV 63.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 179 2 77 0 0.99 0.57 0.30 334.58 0.98 0.35
Hex B3 2 4D 0 63 39 1E 14F 62 23
Octal 263 2 115 0 143 71 36 517 142 43
Binary 10110011 10 1001101 0 1100011 111001 11110 101001111 1100010 100011

Color Harmonies of #B3024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3024D

Black with #B3024D

Text Example


Text Example

White with #B3024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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