Html Css Color HEX #B10353 Jazzberry Jam

📋 copy color: '#B10353'

red 177 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B10353

Tints of Jazzberry Jam #B10353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 67.3%
G = 1.14%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B10353 (or 0xB10353) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 53. RGB value is (177,3,83). Sum of RGB (Red+Green+Blue) = 177+3+83=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10353 is #4EFCAC. Grayscale: #404040. Windows color (decimal): -5176493 or 5440433. OLE color: 5440433.

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

Color convert

RGB 177 3 83 -
CMYK 0 0.98 0.53 0.31
HSL 332.41º 0.97% 0.35% -
HSV(B) 332.41º 0.98% 0.69% -
XYZ 19.73 10.04 9.08 -
YUV 64.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 177 3 83 0 0.98 0.53 0.31 332.41 0.97 0.35
Hex B1 3 53 0 62 35 1F 14C 61 23
Octal 261 3 123 0 142 65 37 514 141 43
Binary 10110001 11 1010011 0 1100010 110101 11111 101001100 1100001 100011

Color Harmonies of #B10353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10353

Black with #B10353

Text Example


Text Example

White with #B10353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10353; }

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

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

background-color css

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

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

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

border-color css

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

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

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