Html Css Color HEX #B30762 Jazzberry Jam

📋 copy color: '#B30762'

red 179 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #B30762

Tints of Jazzberry Jam #B30762

RGB

 RED value IS 179 (70.31% from 255) = 63.03%

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 63.03%
G = 2.46%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B30762 (or 0xB30762) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 62. RGB value is (179,7,98). Sum of RGB (Red+Green+Blue) = 179+7+98=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30762 is #4CF89D. Grayscale: #444444. Windows color (decimal): -5044382 or 6424499. OLE color: 6424499.

HSL color Cylindrical-coordinate representation of color #B30762: hue angle of 328.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30762 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 98 -
CMYK 0 0.96 0.45 0.30
HSL 328.26º 0.92% 0.36% -
HSV(B) 328.26º 0.96% 0.7% -
XYZ 20.87 10.62 12.5 -
YUV 68.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 179 7 98 0 0.96 0.45 0.30 328.26 0.92 0.36
Hex B3 7 62 0 60 2D 1E 148 5C 24
Octal 263 7 142 0 140 55 36 510 134 44
Binary 10110011 111 1100010 0 1100000 101101 11110 101001000 1011100 100100

Color Harmonies of #B30762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30762

Black with #B30762

Text Example


Text Example

White with #B30762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30762; }

 p { color: rgb(179,7,98); }

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

background-color css

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

 a { background-color: rgb(179,7,98); }

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

border-color css

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

 span { border-color: rgb(179,7,98); }

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