Html Css Color HEX #B2024F Jazzberry Jam

📋 copy color: '#B2024F'

red 178 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #B2024F

Tints of Jazzberry Jam #B2024F

RGB

 RED value IS 178 (69.92% from 255) = 68.73%

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

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 68.73%
G = 0.77%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2024F (or 0xB2024F) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 4F. RGB value is (178,2,79). Sum of RGB (Red+Green+Blue) = 178+2+79=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2024F is #4DFDB0. Grayscale: #3F3F3F. Windows color (decimal): -5111217 or 5178034. OLE color: 5178034.

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

Color convert

RGB 178 2 79 -
CMYK 0 0.99 0.56 0.30
HSL 333.75º 0.98% 0.35% -
HSV(B) 333.75º 0.99% 0.7% -
XYZ 19.79 10.07 8.3 -
YUV 63.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 178 2 79 0 0.99 0.56 0.30 333.75 0.98 0.35
Hex B2 2 4F 0 63 38 1E 14E 62 23
Octal 262 2 117 0 143 70 36 516 142 43
Binary 10110010 10 1001111 0 1100011 111000 11110 101001110 1100010 100011

Color Harmonies of #B2024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2024F

Black with #B2024F

Text Example


Text Example

White with #B2024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2024F; }

 p { color: rgb(178,2,79); }

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

background-color css

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

 a { background-color: rgb(178,2,79); }

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

border-color css

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

 span { border-color: rgb(178,2,79); }

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