Html Css Color HEX #B1034B Jazzberry Jam

📋 copy color: '#B1034B'

red 177 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #B1034B

Tints of Jazzberry Jam #B1034B

RGB

 RED value IS 177 (69.53% from 255) = 69.41%

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 69.41%
G = 1.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1034B (or 0xB1034B) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 4B. RGB value is (177,3,75). Sum of RGB (Red+Green+Blue) = 177+3+75=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1034B is #4EFCB4. Grayscale: #3F3F3F. Windows color (decimal): -5176501 or 4916145. OLE color: 4916145.

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

Color convert

RGB 177 3 75 -
CMYK 0 0.98 0.58 0.31
HSL 335.17º 0.97% 0.35% -
HSV(B) 335.17º 0.98% 0.69% -
XYZ 19.43 9.92 7.55 -
YUV 63.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 177 3 75 0 0.98 0.58 0.31 335.17 0.97 0.35
Hex B1 3 4B 0 62 3A 1F 14F 61 23
Octal 261 3 113 0 142 72 37 517 141 43
Binary 10110001 11 1001011 0 1100010 111010 11111 101001111 1100001 100011

Color Harmonies of #B1034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1034B

Black with #B1034B

Text Example


Text Example

White with #B1034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1034B; }

 p { color: rgb(177,3,75); }

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

background-color css

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

 a { background-color: rgb(177,3,75); }

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

border-color css

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

 span { border-color: rgb(177,3,75); }

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