Html Css Color HEX #B0024D Jazzberry Jam

📋 copy color: '#B0024D'

red 176 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #B0024D

Tints of Jazzberry Jam #B0024D

RGB

 RED value IS 176 (69.14% from 255) = 69.02%

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

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

R = 69.02%
G = 0.78%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0024D (or 0xB0024D) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 4D. RGB value is (176,2,77). Sum of RGB (Red+Green+Blue) = 176+2+77=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0024D is #4FFDB2. Grayscale: #3E3E3E. Windows color (decimal): -5242291 or 5046960. OLE color: 5046960.

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

Color convert

RGB 176 2 77 -
CMYK 0 0.99 0.56 0.31
HSL 334.14º 0.98% 0.35% -
HSV(B) 334.14º 0.99% 0.69% -
XYZ 19.27 9.81 7.9 -
YUV 62.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 176 2 77 0 0.99 0.56 0.31 334.14 0.98 0.35
Hex B0 2 4D 0 63 38 1F 14E 62 23
Octal 260 2 115 0 143 70 37 516 142 43
Binary 10110000 10 1001101 0 1100011 111000 11111 101001110 1100010 100011

Color Harmonies of #B0024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0024D

Black with #B0024D

Text Example


Text Example

White with #B0024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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