Html Css Color HEX #B10365 Jazzberry Jam

📋 copy color: '#B10365'

red 177 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #B10365

Tints of Jazzberry Jam #B10365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 62.99%
G = 1.07%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B10365 (or 0xB10365) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 65. RGB value is (177,3,101). Sum of RGB (Red+Green+Blue) = 177+3+101=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10365 is #4EFC9A. Grayscale: #414141. Windows color (decimal): -5176475 or 6620081. OLE color: 6620081.

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

Color convert

RGB 177 3 101 -
CMYK 0 0.98 0.43 0.31
HSL 326.21º 0.97% 0.35% -
HSV(B) 326.21º 0.98% 0.69% -
XYZ 20.51 10.35 13.23 -
YUV 66.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 177 3 101 0 0.98 0.43 0.31 326.21 0.97 0.35
Hex B1 3 65 0 62 2B 1F 146 61 23
Octal 261 3 145 0 142 53 37 506 141 43
Binary 10110001 11 1100101 0 1100010 101011 11111 101000110 1100001 100011

Color Harmonies of #B10365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10365

Black with #B10365

Text Example


Text Example

White with #B10365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10365; }

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

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

background-color css

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

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

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

border-color css

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

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

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