Html Css Color HEX #B30668 Jazzberry Jam

📋 copy color: '#B30668'

red 179 ◦ green 6 ◦ blue 104

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

Shades of Jazzberry Jam #B30668

Tints of Jazzberry Jam #B30668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 61.94%
G = 2.08%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30668 (or 0xB30668) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 68. RGB value is (179,6,104). Sum of RGB (Red+Green+Blue) = 179+6+104=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30668 is #4CF997. Grayscale: #444444. Windows color (decimal): -5044632 or 6817459. OLE color: 6817459.

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

Color convert

RGB 179 6 104 -
CMYK 0 0.97 0.42 0.30
HSL 326.01º 0.94% 0.36% -
HSV(B) 326.01º 0.97% 0.7% -
XYZ 21.15 10.71 14.05 -
YUV 68.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 179 6 104 0 0.97 0.42 0.30 326.01 0.94 0.36
Hex B3 6 68 0 61 2A 1E 146 5E 24
Octal 263 6 150 0 141 52 36 506 136 44
Binary 10110011 110 1101000 0 1100001 101010 11110 101000110 1011110 100100

Color Harmonies of #B30668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30668

Black with #B30668

Text Example


Text Example

White with #B30668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30668; }

 p { color: rgb(179,6,104); }

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

background-color css

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

 a { background-color: rgb(179,6,104); }

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

border-color css

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

 span { border-color: rgb(179,6,104); }

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