Html Css Color HEX #B30565 Jazzberry Jam

📋 copy color: '#B30565'

red 179 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #B30565

Tints of Jazzberry Jam #B30565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 62.81%
G = 1.75%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30565 (or 0xB30565) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 65. RGB value is (179,5,101). Sum of RGB (Red+Green+Blue) = 179+5+101=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B30565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30565 is #4CFA9A. Grayscale: #434343. Windows color (decimal): -5044891 or 6620595. OLE color: 6620595.

HSL color Cylindrical-coordinate representation of color #B30565: hue angle of 326.9º degrees, saturation: 0.95, 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 #B30565 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 101 -
CMYK 0 0.97 0.44 0.30
HSL 326.9º 0.95% 0.36% -
HSV(B) 326.9º 0.97% 0.7% -
XYZ 20.99 10.63 13.26 -
YUV 67.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 179 5 101 0 0.97 0.44 0.30 326.9 0.95 0.36
Hex B3 5 65 0 61 2C 1E 147 5F 24
Octal 263 5 145 0 141 54 36 507 137 44
Binary 10110011 101 1100101 0 1100001 101100 11110 101000111 1011111 100100

Color Harmonies of #B30565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30565

Black with #B30565

Text Example


Text Example

White with #B30565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30565; }

 p { color: rgb(179,5,101); }

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

background-color css

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

 a { background-color: rgb(179,5,101); }

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

border-color css

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

 span { border-color: rgb(179,5,101); }

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