Html Css Color HEX #B0004F Jazzberry Jam

📋 copy color: '#B0004F'

red 176 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #B0004F

Tints of Jazzberry Jam #B0004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.02%
G = 0%
B = 30.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0004F (or 0xB0004F) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 4F. RGB value is (176,0,79). Sum of RGB (Red+Green+Blue) = 176+0+79=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0004F is #4FFFB0. Grayscale: #3D3D3D. Windows color (decimal): -5242801 or 5177520. OLE color: 5177520.

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

Color convert

RGB 176 0 79 -
CMYK 0 1 0.55 0.31
HSL 333.07º 1% 0.35% -
HSV(B) 333.07º 1% 0.69% -
XYZ 19.32 9.79 8.27 -
YUV 61.63 137.81 209.58 -
System Red Green Blue C M Y K H S L
Decimal 176 0 79 0 1 0.55 0.31 333.07 1 0.35
Hex B0 0 4F 0 64 37 1F 14D 64 23
Octal 260 0 117 0 144 67 37 515 144 43
Binary 10110000 0 1001111 0 1100100 110111 11111 101001101 1100100 100011

Color Harmonies of #B0004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0004F

Black with #B0004F

Text Example


Text Example

White with #B0004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0004F; }

 p { color: rgb(176,0,79); }

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

background-color css

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

 a { background-color: rgb(176,0,79); }

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

border-color css

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

 span { border-color: rgb(176,0,79); }

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