Html Css Color HEX #B0024B Jazzberry Jam

📋 copy color: '#B0024B'

red 176 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #B0024B

Tints of Jazzberry Jam #B0024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 69.57%
G = 0.79%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0024B (or 0xB0024B) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 4B. RGB value is (176,2,75). Sum of RGB (Red+Green+Blue) = 176+2+75=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0024B is #4FFDB4. Grayscale: #3E3E3E. Windows color (decimal): -5242293 or 4915888. OLE color: 4915888.

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

Color convert

RGB 176 2 75 -
CMYK 0 0.99 0.57 0.31
HSL 334.83º 0.98% 0.35% -
HSV(B) 334.83º 0.99% 0.69% -
XYZ 19.2 9.78 7.53 -
YUV 62.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 176 2 75 0 0.99 0.57 0.31 334.83 0.98 0.35
Hex B0 2 4B 0 63 39 1F 14F 62 23
Octal 260 2 113 0 143 71 37 517 142 43
Binary 10110000 10 1001011 0 1100011 111001 11111 101001111 1100010 100011

Color Harmonies of #B0024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0024B

Black with #B0024B

Text Example


Text Example

White with #B0024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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