Html Css Color HEX #B10367 Jazzberry Jam

📋 copy color: '#B10367'

red 177 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B10367

Tints of Jazzberry Jam #B10367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 62.54%
G = 1.06%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B10367 (or 0xB10367) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 67. RGB value is (177,3,103). Sum of RGB (Red+Green+Blue) = 177+3+103=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B10367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10367 is #4EFC98. Grayscale: #424242. Windows color (decimal): -5176473 or 6751153. OLE color: 6751153.

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

Color convert

RGB 177 3 103 -
CMYK 0 0.98 0.42 0.31
HSL 325.52º 0.97% 0.35% -
HSV(B) 325.52º 0.98% 0.69% -
XYZ 20.61 10.39 13.75 -
YUV 66.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 177 3 103 0 0.98 0.42 0.31 325.52 0.97 0.35
Hex B1 3 67 0 62 2A 1F 146 61 23
Octal 261 3 147 0 142 52 37 506 141 43
Binary 10110001 11 1100111 0 1100010 101010 11111 101000110 1100001 100011

Color Harmonies of #B10367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10367

Black with #B10367

Text Example


Text Example

White with #B10367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10367; }

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

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

background-color css

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

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

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

border-color css

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

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

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