Html Css Color HEX #B10358 Jazzberry Jam

📋 copy color: '#B10358'

red 177 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #B10358

Tints of Jazzberry Jam #B10358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 66.04%
G = 1.12%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B10358 (or 0xB10358) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 58. RGB value is (177,3,88). Sum of RGB (Red+Green+Blue) = 177+3+88=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10358 is #4EFCA7. Grayscale: #404040. Windows color (decimal): -5176488 or 5768113. OLE color: 5768113.

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

Color convert

RGB 177 3 88 -
CMYK 0 0.98 0.50 0.31
HSL 330.69º 0.97% 0.35% -
HSV(B) 330.69º 0.98% 0.69% -
XYZ 19.93 10.12 10.14 -
YUV 64.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 177 3 88 0 0.98 0.50 0.31 330.69 0.97 0.35
Hex B1 3 58 0 62 32 1F 14B 61 23
Octal 261 3 130 0 142 62 37 513 141 43
Binary 10110001 11 1011000 0 1100010 110010 11111 101001011 1100001 100011

Color Harmonies of #B10358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10358

Black with #B10358

Text Example


Text Example

White with #B10358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10358; }

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

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

background-color css

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

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

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

border-color css

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

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

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